blob: 03dd4aadbcd28a1a9f1995afdd13a24e9828b6d0 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
.Valid Usage (Implicit)
****
* [[VUID-vkAllocateDescriptorSets-device-parameter]] pname:device must: be a valid sname:VkDevice handle
* [[VUID-vkAllocateDescriptorSets-pAllocateInfo-parameter]] pname:pAllocateInfo must: be a valid pointer to a valid sname:VkDescriptorSetAllocateInfo structure
* [[VUID-vkAllocateDescriptorSets-pDescriptorSets-parameter]] pname:pDescriptorSets must: be a valid pointer to an array of pname:pAllocateInfo::descriptorSetCount sname:VkDescriptorSet handles
****
.Host Synchronization
****
* Host access to pname:pAllocateInfo::descriptorPool must: be externally synchronized
****
.Return Codes
****
ifndef::doctype-manpage[]
<<fundamentals-successcodes,Success>>::
endif::doctype-manpage[]
ifdef::doctype-manpage[]
On success, this command returns::
endif::doctype-manpage[]
* ename:VK_SUCCESS
ifndef::doctype-manpage[]
<<fundamentals-errorcodes,Failure>>::
endif::doctype-manpage[]
ifdef::doctype-manpage[]
On failure, this command returns::
endif::doctype-manpage[]
* ename:VK_ERROR_OUT_OF_HOST_MEMORY
* ename:VK_ERROR_OUT_OF_DEVICE_MEMORY
* ename:VK_ERROR_FRAGMENTED_POOL
* ename:VK_ERROR_OUT_OF_POOL_MEMORY
****