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

Function CmdBeginQuery

icd/generated/function_definitions.h:645–648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

643 // Not a CREATE or DESTROY function
644}
645static VKAPI_ATTR void VKAPI_CALL CmdBeginQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query,
646 VkQueryControlFlags flags) {
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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected