MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / CmdDrawMeshTasksEXT

Function CmdDrawMeshTasksEXT

icd/generated/function_definitions.h:4844–4847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4842 // Not a CREATE or DESTROY function
4843}
4844static 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}
4848static 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected