Luna::RHI::DescriptorSetDesc

Describes one descriptor set.

struct Luna::RHI::DescriptorSetDesc

Member objects

  • IDescriptorSetLayout* layout

    The descriptor layout for this descriptor set.

  • u32 num_variable_descriptors

    If the descriptor layout has DescriptorSetLayoutFlag::variable_descriptors set, this is the number of variable descriptors being allocated for this else. Otherwise, this should always be 0.