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