enum render::StateReduction
Controls if and how a render queue groups draw commands by material in order to reduce number of state changes.
Values
| Name | Value | Description |
|---|---|---|
None |
0 |
No grouping based on material will be done. |
Material |
1 |
Commands will be grouped by material first, by distance second. |
Distance |
2 |
Commands will be grouped by distance first, material second. |