blob: d8301d152009b0b999a54724c330f9dc235d74c1 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
.Valid Usage (Implicit)
****
* [[VUID-vkDestroyImageView-device-parameter]] pname:device must: be a valid sname:VkDevice handle
* [[VUID-vkDestroyImageView-imageView-parameter]] If pname:imageView is not dlink:VK_NULL_HANDLE, pname:imageView must: be a valid sname:VkImageView handle
* [[VUID-vkDestroyImageView-pAllocator-parameter]] If pname:pAllocator is not `NULL`, pname:pAllocator must: be a valid pointer to a valid sname:VkAllocationCallbacks structure
* [[VUID-vkDestroyImageView-imageView-parent]] If pname:imageView is a valid handle, it must: have been created, allocated, or retrieved from pname:device
****
.Host Synchronization
****
* Host access to pname:imageView must: be externally synchronized
****