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