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