Crate gfx_descriptor

Source
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 DescriptorSetLayoutBindings are assembled into a DescriptorSetLayout, which is then allocated into a DescriptorSet using a DescriptorPool.

Enums§

Constants§