| 650 | // Not a CREATE or DESTROY function |
| 651 | } |
| 652 | static VKAPI_ATTR void VKAPI_CALL CmdResetQueryPool(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t firstQuery, |
| 653 | uint32_t queryCount) { |
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected