Vulkan-Docs/doc/specs/vulkan/man/VkDescriptorSetAllocateInfo...

45 lines
1.0 KiB
Plaintext

VkDescriptorSetAllocateInfo(3)
==============================
Name
----
VkDescriptorSetAllocateInfo - Structure specifying the allocation parameters for descriptor sets.
C Specification
---------------
include::../structs/VkDescriptorSetAllocateInfo.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:descriptorPool::
The pool from which to allocate the descriptor sets.
pname:descriptorSetCount::
The number of descriptor sets to allocate.
pname:pSetLayouts::
An array of pname:descriptorSetCount handles to descriptor set layouts objects describing the descriptor sets.
Description
-----------
This structure is used to specify the parameters of descriptor set objects allocated using
flink:vkAllocateDescriptorSets.
include::../validity/structs/VkDescriptorSetAllocateInfo.txt[]
See Also
--------
flink:vkAllocateDescriptorSets
include::footer.txt[]