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

Function CmdDispatch

icd/generated/function_definitions.h:824–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

822 // Not a CREATE or DESTROY function
823}
824static 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}
828static VKAPI_ATTR void VKAPI_CALL CmdDispatchIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset) {
829 // Not a CREATE or DESTROY function
830}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected