Luna::RHI::DescriptorSetLayoutFlag

enum DescriptorSetLayoutFlag : u32
{
    variable_descriptors= 1
}

Specifies additional flags for one descriptor set layout.

Options

  • variable_descriptors

    Enable variable-sized descriptors array for the last binding (the binding with the largest binding_slot value).