Structs§
- Descriptor
Allocator - Descriptor allocator. Can be used to allocate descriptor sets for any layout.
- Descriptor
Range Desc - Set of descriptors of a specific type.
- Descriptor
Ranges - Number of descriptors per type.
- Descriptor
Ranges Iter - Iterator over descriptor ranges.
- 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§
- Descriptor
Type - DOC TODO: Grasping and remembering the differences between these types is a tough task. We might be able to come up with better names? Or even use tuples to describe functionality instead of coming up with fancy names.