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

Validation message vkWaitForFences no longer in ValidationLayers #250

Closed p3t3rix closed 2 years ago

p3t3rix commented 2 years ago

https://vulkan-tutorial.com/Drawing_a_triangle/Drawing/Rendering_and_presentation#page_Frames-in-flight

It seems the validation message that is used in the tutorial was removed since then (see https://github.com/KhronosGroup/Vulkan-ValidationLayers/pull/992) mentioning that would reduce some confusion when validation layers are enabled but the message does not appear.