Luna::RHI::DeviceFeature
enum DeviceFeature : u32
{
unbound_descriptor_array
pixel_shader_write
uniform_buffer_data_alignment
}
Specifies device features that can be queried at run time.
Options
-
DescriptorSetLayoutFlag::variable_descriptors is allowed when creating descriptor set layout.
-
Allow pixel shaders to write and perform atomic operations on buffer and texture data.
-
The alignment requiremtn for the buffer data start location and size.