Vulkan-Docs/doc/specs/vulkan/validity/structs/VkCommandBufferAllocateInfo.txt

19 lines
728 B
Plaintext
Raw Normal View History

2016-02-16 01:53:44 -08:00
// 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:sType must: be ename:VK_STRUCTURE_TYPE_COMMAND_BUFFER_ALLOCATE_INFO
* pname:pNext must: be `NULL`
* pname:commandPool must: be a valid sname:VkCommandPool handle
* pname:level must: be a valid elink:VkCommandBufferLevel value
* pname:commandBufferCount must: be greater than `0`
2016-02-16 01:53:44 -08:00
ifndef::doctype-manpage[]
********************************************************************************
endif::doctype-manpage[]