unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/validity/protos/vkDestroyDevice.txt

13 lines
521 B
Plaintext
Raw Normal View History

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
.Valid Usage (Implicit)
****
* [[VUID-vkDestroyDevice-device-parameter]] If pname:device is not `NULL`, pname:device must: be a valid sname:VkDevice handle
* [[VUID-vkDestroyDevice-pAllocator-parameter]] If pname:pAllocator is not `NULL`, pname:pAllocator must: be a valid pointer to a valid sname:VkAllocationCallbacks structure
****
.Host Synchronization
****
* Host access to pname:device must: be externally synchronized
****