SilkVulkanTutorial
SilkVulkanTutorial copied to clipboard
Update code to be the same as the source tutorial examples.
- [x] 00_BaseCode
- [x] 01_InstanceCreation
- [x] 02_ValidationLayers
- [x] 03_PhysicalDeviceSelection
- [x] 04_LogicalDevice
- [x] 05_WindowSurface
- [x] 06_SwapChainCreation
- [x] 07_ImageViews
- [x] 08_GraphicsPipeline
- [x] 09_ShaderModules
- [ ] 10_FixedFunctions
- [ ] 11_RenderPasses
- [ ] 12_GraphicsPipelineComplete
- [ ] 13_FrameBuffers
- [ ] 14_CommandBuffers
- [ ] 15_HelloTriangle
- [ ] 16_FramesInFlight - Missing
- [ ] 17_SwapChainRecreation
- [ ] 18_VertexInput
- [ ] 19_VertexBuffer
- [ ] 20_StagingBuffer
- [ ] 21_IndexBuffer
- [ ] 22_DescriptorSetLayout
- [ ] 23_DescriptorSets
- [ ] 24_TextureImage
- [ ] 25_Sampler
- [ ] 26_TextureMapping
- [ ] 27_DepthBuffering
- [ ] 28_ModelLoading
- [ ] 29_MipMapping
- [ ] 30_Multisampling