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