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

Function DestroyDescriptorPool

icd/generated/function_definitions.h:782–785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

780 return VK_SUCCESS;
781}
782static VKAPI_ATTR void VKAPI_CALL DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool,
783 const VkAllocationCallbacks* pAllocator) {
784 // Destroy object
785}
786static VKAPI_ATTR VkResult VKAPI_CALL ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool,
787 VkDescriptorPoolResetFlags flags) {
788 // Not a CREATE or DESTROY function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected