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

Function CmdBeginQueryIndexedEXT

icd/generated/function_definitions.h:2870–2873  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2868 // Not a CREATE or DESTROY function
2869}
2870static VKAPI_ATTR void VKAPI_CALL CmdBeginQueryIndexedEXT(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query,
2871 VkQueryControlFlags flags, uint32_t index) {
2872 // Not a CREATE or DESTROY function
2873}
2874static VKAPI_ATTR void VKAPI_CALL CmdEndQueryIndexedEXT(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query,
2875 uint32_t index) {
2876 // Not a CREATE or DESTROY function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected