| 822 | // Not a CREATE or DESTROY function |
| 823 | } |
| 824 | static VKAPI_ATTR void VKAPI_CALL CmdDispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, |
| 825 | uint32_t groupCountZ) { |
| 826 | // Not a CREATE or DESTROY function |
| 827 | } |
| 828 | static VKAPI_ATTR void VKAPI_CALL CmdDispatchIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset) { |
| 829 | // Not a CREATE or DESTROY function |
| 830 | } |
nothing calls this directly
no outgoing calls
no test coverage detected