blob: 6c789093ca283d5e6969e8ef29337b0d590c9bf9 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
.Valid Usage (Implicit)
****
* [[VUID-vkAllocateCommandBuffers-device-parameter]] pname:device must: be a valid sname:VkDevice handle
* [[VUID-vkAllocateCommandBuffers-pAllocateInfo-parameter]] pname:pAllocateInfo must: be a valid pointer to a valid sname:VkCommandBufferAllocateInfo structure
* [[VUID-vkAllocateCommandBuffers-pCommandBuffers-parameter]] pname:pCommandBuffers must: be a valid pointer to an array of pname:pAllocateInfo::commandBufferCount sname:VkCommandBuffer handles
****
.Host Synchronization
****
* Host access to pname:pAllocateInfo::commandPool 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
****