Luna::RHI::InputRate
enum InputRate : u8
{
per_vertex= 1
per_instance= 2
}
The input rate for one input attribute (per vertex or per instance).
Options
-
The input attribute is stepped once per vertex.
-
The input attribute is stepped once per instance.