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

Function ResetDescriptorPool

icd/generated/function_definitions.h:786–790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
789 return VK_SUCCESS;
790}
791static VKAPI_ATTR VkResult VKAPI_CALL AllocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo,
792 VkDescriptorSet* pDescriptorSets) {
793 unique_lock_t lock(global_lock);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected