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