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