| 654 | // Not a CREATE or DESTROY function |
| 655 | } |
| 656 | static VKAPI_ATTR void VKAPI_CALL CmdWriteTimestamp(VkCommandBuffer commandBuffer, VkPipelineStageFlagBits pipelineStage, |
| 657 | VkQueryPool queryPool, uint32_t query) { |
| 658 | // Not a CREATE or DESTROY function |
| 659 | } |
| 660 | static 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) { |
nothing calls this directly
no outgoing calls
no test coverage detected