| 4842 | // Not a CREATE or DESTROY function |
| 4843 | } |
| 4844 | static VKAPI_ATTR void VKAPI_CALL CmdDrawMeshTasksEXT(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, |
| 4845 | uint32_t groupCountZ) { |
| 4846 | // Not a CREATE or DESTROY function |
| 4847 | } |
| 4848 | static VKAPI_ATTR void VKAPI_CALL CmdDrawMeshTasksIndirectEXT(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, |
| 4849 | uint32_t drawCount, uint32_t stride) { |
| 4850 | // Not a CREATE or DESTROY function |
nothing calls this directly
no outgoing calls
no test coverage detected