MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / CmdResetQueryPool

Function CmdResetQueryPool

icd/generated/function_definitions.h:652–655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

650 // Not a CREATE or DESTROY function
651}
652static VKAPI_ATTR void VKAPI_CALL CmdResetQueryPool(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t firstQuery,
653 uint32_t queryCount) {
654 // Not a CREATE or DESTROY function
655}
656static VKAPI_ATTR void VKAPI_CALL CmdWriteTimestamp(VkCommandBuffer commandBuffer, VkPipelineStageFlagBits pipelineStage,
657 VkQueryPool queryPool, uint32_t query) {
658 // Not a CREATE or DESTROY function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected