| 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) { |
| 663 | // Not a CREATE or DESTROY function |
| 664 | } |
| 665 | static VKAPI_ATTR void VKAPI_CALL CmdExecuteCommands(VkCommandBuffer commandBuffer, uint32_t commandBufferCount, |
| 666 | const VkCommandBuffer* pCommandBuffers) { |
| 667 | // Not a CREATE or DESTROY function |
nothing calls this directly
no outgoing calls
no test coverage detected