Overv / VulkanTutorial

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

Fix small problem in "Depth buffering" #289

Closed rHermes closed 2 years ago

rHermes commented 2 years ago

This code was still refering to createCommandBuffers instead of recordCommandBuffer.

Overv commented 2 years ago

Thanks!