• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2.Valid Usage (Implicit)
3****
4* [[VUID-vkDestroyImageView-device-parameter]] pname:device must: be a valid sname:VkDevice handle
5* [[VUID-vkDestroyImageView-imageView-parameter]] If pname:imageView is not dlink:VK_NULL_HANDLE, pname:imageView must: be a valid sname:VkImageView handle
6* [[VUID-vkDestroyImageView-pAllocator-parameter]] If pname:pAllocator is not `NULL`, pname:pAllocator must: be a valid pointer to a valid sname:VkAllocationCallbacks structure
7* [[VUID-vkDestroyImageView-imageView-parent]] If pname:imageView is a valid handle, it must: have been created, allocated, or retrieved from pname:device
8****
9
10.Host Synchronization
11****
12* Host access to pname:imageView must: be externally synchronized
13****
14
15