Vulkan-Samples
Vulkan-Samples copied to clipboard
Error in the query reset explanation
The timestamp_queries README currently states that hostQueryReset need to be enabled (+ VK_EXT_host_query_reset for Vulkan < 1.2) to use vkCmdResetQueryPool, which is wrong.
hostQueryReset only enables the use of the non-command vkResetQueryPool function.