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

Function CmdDispatchBase

icd/generated/function_definitions.h:1089–1093  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1087 pExternalSemaphoreProperties->externalSemaphoreFeatures = 0x3;
1088}
1089static VKAPI_ATTR void VKAPI_CALL CmdDispatchBase(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY,
1090 uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY,
1091 uint32_t groupCountZ) {
1092 // Not a CREATE or DESTROY function
1093}
1094static VKAPI_ATTR VkResult VKAPI_CALL CreateDescriptorUpdateTemplate(VkDevice device,
1095 const VkDescriptorUpdateTemplateCreateInfo* pCreateInfo,
1096 const VkAllocationCallbacks* pAllocator,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected