Home | History | Annotate | Download | only in libvulkan

Lines Matching refs:DestroyImageView

238     INIT_PROC(true, dev, DestroyImageView);
403 VKAPI_ATTR void DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocator);
723 { "vkDestroyImageView", reinterpret_cast<PFN_vkVoidFunction>(DestroyImageView) },
995 VKAPI_ATTR void DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocator) {
996 GetData(device).dispatch.DestroyImageView(device, imageView, pAllocator);
1789 vulkan::api::DestroyImageView(device, imageView, pAllocator);