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

Function ResetCommandPool

icd/generated/function_definitions.h:564–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

562 command_pool_map[device].erase(commandPool);
563}
564static VKAPI_ATTR VkResult VKAPI_CALL ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) {
565 // Not a CREATE or DESTROY function
566 return VK_SUCCESS;
567}
568static VKAPI_ATTR VkResult VKAPI_CALL AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo,
569 VkCommandBuffer* pCommandBuffers) {
570 unique_lock_t lock(global_lock);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected