Vulkan-Docs/doc/specs/vulkan/validity/structs/VkDescriptorBufferInfo.txt
2016-02-16 01:53:44 -08:00

16 lines
645 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:buffer must: be a valid sname:VkBuffer handle
* If pname:range is not equal to ename:VK_WHOLE_SIZE, the sum of pname:offset and pname:range must: be less than or equal to the size of pname:buffer
ifndef::doctype-manpage[]
********************************************************************************
endif::doctype-manpage[]