vkCmdResetQueryPool(3) ======================= Name ---- vkCmdResetQueryPool - Reset queries in a query pool. C Specification --------------- include::../protos/vkCmdResetQueryPool.txt[] Parameters ---------- pname:commandBuffer:: The command buffer into which the command is to be placed. pname:queryPool:: The query pool containing the queries to be reset. pname:startQuery:: The index of the first query to be reset. pname:queryCount:: The number of queries to reset. Description ----------- fname:vkCmdResetQueryPool resets pname:queryCount starting at the entry index given by pname:startQuery in the query pool specified by pname:queryPool. The reset command is executed by the command buffer specified in pname:commandBuffer. After execution, all queries are reset to inactive state and have zero values. include::../validity/protos/vkCmdResetQueryPool.txt[] See Also -------- flink:vkCmdBeginQuery, flink:vkCmdEndQuery, flink:vkCreateQueryPool, flink:vkDestroyQueryPool, flink:vkGetQueryPoolResults, flink:vkCmdCopyQueryPoolResults include::footer.txt[]