| 2063 | // Not a CREATE or DESTROY function |
| 2064 | } |
| 2065 | static VKAPI_ATTR void VKAPI_CALL CmdSetDeviceMaskKHR(VkCommandBuffer commandBuffer, uint32_t deviceMask) { |
| 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) { |
nothing calls this directly
no outgoing calls
no test coverage detected