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

Function CmdDispatchBaseKHR

icd/generated/function_definitions.h:2068–2072  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2066 // Not a CREATE or DESTROY function
2067}
2068static 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) {
2071 // Not a CREATE or DESTROY function
2072}
2073static VKAPI_ATTR void VKAPI_CALL TrimCommandPoolKHR(VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flags) {
2074 // Not a CREATE or DESTROY function
2075}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected