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

58 lines
1.6 KiB
Plaintext

// Copyright (c) 2014-2016 Khronos Group. This work is licensed under a
// Creative Commons Attribution 4.0 International License; see
// http://creativecommons.org/licenses/by/4.0/
VkDescriptorSetAllocateInfo(3)
==============================
Name
----
VkDescriptorSetAllocateInfo - Structure specifying the allocation parameters for descriptor sets.
C Specification
---------------
// refBegin VkDescriptorSetAllocateInfo Structure specifying the allocation parameters for descriptor sets.
The sname:VkDescriptorSetAllocateInfo structure is defined as:
include::../api/structs/VkDescriptorSetAllocateInfo.txt[]
Members
-------
* pname:sType is the type of this structure.
* pname:pNext is `NULL` or a pointer to an extension-specific structure.
* pname:descriptorPool is the pool which the sets will be allocated from.
* pname:descriptorSetCount determines the number of descriptor sets to be
allocated from the pool.
* pname:pSetLayouts is an array of descriptor set layouts, with each
member specifying how the corresponding descriptor set is allocated.
Description
-----------
include::../validity/structs/VkDescriptorSetAllocateInfo.txt[]
See Also
--------
slink:VkDescriptorPool, slink:VkDescriptorSetLayout, elink:VkStructureType, flink:vkAllocateDescriptorSets
Document Notes
--------------
For more information, see the Vulkan Specification at URL
https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#VkDescriptorSetAllocateInfo
This page is extracted from the Vulkan Specification.
Fixes and changes should be made to the Specification,not directly.
include::footer.txt[]