Vulkan-Samples icon indicating copy to clipboard operation
Vulkan-Samples copied to clipboard

Error in the query reset explanation

Open maxime-modulopi opened this issue 1 year ago • 0 comments

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.

maxime-modulopi avatar Aug 28 '24 14:08 maxime-modulopi