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