45 lines
967 B
Plaintext
45 lines
967 B
Plaintext
|
VkCommandBufferAllocateInfo(3)
|
||
|
==============================
|
||
|
|
||
|
Name
|
||
|
----
|
||
|
VkCommandBufferAllocateInfo - Structure specifying the allocation parameters for command buffer object.
|
||
|
|
||
|
C Specification
|
||
|
---------------
|
||
|
|
||
|
include::../structs/VkCommandBufferAllocateInfo.txt[]
|
||
|
|
||
|
Fields
|
||
|
------
|
||
|
|
||
|
pname:sType::
|
||
|
Structure type. Must be ename:VK_STRUCTURE_TYPE_COMMAND_BUFFER_ALLOCATE_INFO.
|
||
|
|
||
|
pname:pNext::
|
||
|
Pointer to next structure in the structure chain when applicable.
|
||
|
|
||
|
pname:commandPool::
|
||
|
The pool from which to allocate the command buffers.
|
||
|
|
||
|
pname:level::
|
||
|
The level of the command buffers to allocate.
|
||
|
|
||
|
pname:commandBufferCount::
|
||
|
The numbef of command buffers to allocate.
|
||
|
|
||
|
Description
|
||
|
-----------
|
||
|
|
||
|
This structure is used to specify the parameters of command buffer objects allocated using
|
||
|
flink:vkAllocateCommandBuffers.
|
||
|
|
||
|
include::../validity/structs/VkCommandBufferAllocateInfo.txt[]
|
||
|
|
||
|
See Also
|
||
|
--------
|
||
|
|
||
|
flink:vkAllocateCommandBuffers
|
||
|
|
||
|
include::footer.txt[]
|