Expand description
GPU descriptor allocator
Structs§
- Descriptor allocator. Can be used to allocate descriptor sets for any layout.
- Number of descriptors per type.
- Set of descriptors of a specific type.
- Descriptor set from allocator.
- Information about the contents of and in which stages descriptors may be bound to a descriptor set at a certain binding point. Multiple
DescriptorSetLayoutBinding
s are assembled into aDescriptorSetLayout
, which is then allocated into aDescriptorSet
using aDescriptorPool
.
Enums§
- Format of a buffer.
- Specific type of a buffer.
- The type of a descriptor.
- Specific type of an image descriptor.
Constants§
- List of all possible descriptor types, with all the possible values the enum variants could have.
- Length of the
DESCRIPTOR_TYPES
array.