KhronosGroup / Vulkan-Tutorial

Khronos version of the Vulkan Tutorial as parts of the Vulkan documentation project
Creative Commons Attribution Share Alike 4.0 International
34 stars 4 forks source link

Check and update according to best practices #49

Open SaschaWillems opened 2 weeks ago

SaschaWillems commented 2 weeks ago

A few things in the tutorial should be changed to adhere to best practices. E.g. the way how command buffers are reset (using the VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT) command pool flag will trigger best practices warnings and should be changed accordingly.