Expand description
GPU descriptor allocator
Structs§
- Descriptor
Allocator - Descriptor allocator. Can be used to allocate descriptor sets for any layout.
- Descriptor
Counts - Number of descriptors per type.
- Descriptor
Range Desc - Set of descriptors of a specific type.
- Descriptor
Set - Descriptor set from allocator.
- Descriptor
SetLayout Binding - 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§
- Buffer
Descriptor Format - Format of a buffer.
- Buffer
Descriptor Type - Specific type of a buffer.
- Descriptor
Type - The type of a descriptor.
- Image
Descriptor Type - Specific type of an image descriptor.
Constants§
- DESCRIPTOR_
TYPES - List of all possible descriptor types, with all the possible values the enum variants could have.
- DESCRIPTOR_
TYPES_ COUNT - Length of the
DESCRIPTOR_TYPES
array.