Overv / VulkanTutorial

Tutorial for the Vulkan graphics and compute API
https://vulkan-tutorial.com
Creative Commons Attribution Share Alike 4.0 International
3.06k stars 511 forks source link

Update 07_Depth_buffering.md #322

Closed jsancheznet closed 1 year ago

jsancheznet commented 1 year ago

Next, update the VkRenderPassCreateInfo struct to refer to both attachments

should be

Next, update the VkSubpassDependency struct to refer to both attachments.


I checked the source code at the end of the article and indeed VkRenderPassCreateInfo should be VkSubpassDependency