Vulkan-Docs/doc/specs/vulkan/validity/protos/vkGetBufferMemoryRequiremen...

19 lines
844 B
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:buffer must: be a valid sname:VkBuffer handle
* pname:pMemoryRequirements must: be a pointer to a sname:VkMemoryRequirements structure
* pname:buffer must: have been created, allocated or retrieved from pname:device
* Each of pname:device and pname:buffer must: have been created, allocated or retrieved from the same sname:VkPhysicalDevice
ifndef::doctype-manpage[]
********************************************************************************
endif::doctype-manpage[]