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

Function DestroyImageView

icd/generated/function_definitions.h:540–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538 return VK_SUCCESS;
539}
540static VKAPI_ATTR void VKAPI_CALL DestroyImageView(VkDevice device, VkImageView imageView,
541 const VkAllocationCallbacks* pAllocator) {
542 // Destroy object
543}
544static VKAPI_ATTR VkResult VKAPI_CALL CreateCommandPool(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo,
545 const VkAllocationCallbacks* pAllocator, VkCommandPool* pCommandPool) {
546 unique_lock_t lock(global_lock);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected