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