VulkanTutorial icon indicating copy to clipboard operation
VulkanTutorial copied to clipboard

Missing updates and code inconsistence

Open Flixkowsky opened this issue 2 years ago • 1 comments

Awesome tutorial, really appreciating it 👍 but:

The example code provided in this repo does not match the little excerpts/code blocks inside the website. Also the code blocks are not the same in the different language versions of the website. #279

Example: (links down below) See the second code block in the given chapter

french website: submitInfo.pCommandBuffers = &commandBuffers[imageIndex]; englisch website: submitInfo.pCommandBuffers = commandBuffer; github code 15_hello_triangle.cpp::L653: submitInfo.pCommandBuffers = &commandBuffer;

Flixkowsky avatar Apr 08 '22 21:04 Flixkowsky

Hi, The tutorial was recently updated with a big change in how we record and use command buffers, the french translation is not up to date yet. I'm trying to keep track of all the changes, but I'm lacking time.

Krenodeno avatar Apr 09 '22 17:04 Krenodeno