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

Function CmdEndQuery

icd/generated/function_definitions.h:649–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

647 // Not a CREATE or DESTROY function
648}
649static VKAPI_ATTR void VKAPI_CALL CmdEndQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query) {
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected