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

Function CmdCopyQueryPoolResults

icd/generated/function_definitions.h:660–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

658 // Not a CREATE or DESTROY function
659}
660static VKAPI_ATTR void VKAPI_CALL CmdCopyQueryPoolResults(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t firstQuery,
661 uint32_t queryCount, VkBuffer dstBuffer, VkDeviceSize dstOffset,
662 VkDeviceSize stride, VkQueryResultFlags flags) {
663 // Not a CREATE or DESTROY function
664}
665static VKAPI_ATTR void VKAPI_CALL CmdExecuteCommands(VkCommandBuffer commandBuffer, uint32_t commandBufferCount,
666 const VkCommandBuffer* pCommandBuffers) {
667 // Not a CREATE or DESTROY function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected