46 lines
1.9 KiB
Plaintext
46 lines
1.9 KiB
Plaintext
|
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
||
|
ifndef::doctype-manpage[]
|
||
|
.Valid Usage
|
||
|
********************************************************************************
|
||
|
endif::doctype-manpage[]
|
||
|
ifdef::doctype-manpage[]
|
||
|
Valid Usage
|
||
|
-----------
|
||
|
endif::doctype-manpage[]
|
||
|
* pname:device must: be a valid sname:VkDevice handle
|
||
|
* pname:pCreateInfo must: be a pointer to a valid sname:VkBufferCreateInfo structure
|
||
|
* If pname:pAllocator is not `NULL`, pname:pAllocator must: be a pointer to a valid sname:VkAllocationCallbacks structure
|
||
|
* pname:pBuffer must: be a pointer to a sname:VkBuffer handle
|
||
|
* If the pname:flags member of pname:pCreateInfo includes ename:VK_BUFFER_CREATE_SPARSE_BINDING_BIT or ename:VK_BUFFER_CREATE_SPARSE_RESIDENCY_BIT, creating this sname:VkBuffer mustnot: cause the total required sparse memory for all currently valid sparse resources on the device to exceed sname:VkPhysicalDeviceLimits::pname:sparseAddressSpaceSize
|
||
|
ifndef::doctype-manpage[]
|
||
|
********************************************************************************
|
||
|
endif::doctype-manpage[]
|
||
|
|
||
|
ifndef::doctype-manpage[]
|
||
|
.Return Codes
|
||
|
********************************************************************************
|
||
|
endif::doctype-manpage[]
|
||
|
ifdef::doctype-manpage[]
|
||
|
Return Codes
|
||
|
------------
|
||
|
endif::doctype-manpage[]
|
||
|
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
|
||
|
ifndef::doctype-manpage[]
|
||
|
********************************************************************************
|
||
|
endif::doctype-manpage[]
|
||
|
|