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