blob: 7acd14d4db967ed95f32c0e08372a4ff47a7f810 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
.Valid Usage (Implicit)
****
* [[VUID-vkBindBufferMemory2-device-parameter]] pname:device must: be a valid sname:VkDevice handle
* [[VUID-vkBindBufferMemory2-pBindInfos-parameter]] pname:pBindInfos must: be a valid pointer to an array of pname:bindInfoCount valid sname:VkBindBufferMemoryInfo structures
* [[VUID-vkBindBufferMemory2-bindInfoCount-arraylength]] pname:bindInfoCount must: be greater than `0`
****
.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
****