| 2066 | // Not a CREATE or DESTROY function |
| 2067 | } |
| 2068 | static VKAPI_ATTR void VKAPI_CALL CmdDispatchBaseKHR(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, |
| 2069 | uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, |
| 2070 | uint32_t groupCountZ) { |
| 2071 | // Not a CREATE or DESTROY function |
| 2072 | } |
| 2073 | static VKAPI_ATTR void VKAPI_CALL TrimCommandPoolKHR(VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flags) { |
| 2074 | // Not a CREATE or DESTROY function |
| 2075 | } |
nothing calls this directly
no outgoing calls
no test coverage detected