|
Uranium
Application Framework
|
The type of render batch. More...
Static Public Attributes | |
| int | NoType = 0 |
| int | Solid = 1 |
| No special state changes are done. More... | |
| int | Transparent = 2 |
| Depth testing and depth writing are enabled. More... | |
| int | Overlay = 3 |
| Depth testing is enabled, depth writing is disabled. More... | |
The type of render batch.
This determines some basic state values, like blending on/off and additionally is used to determine sorting order.
|
static |
Depth testing is enabled, depth writing is disabled.
|
static |
No special state changes are done.
|
static |
Depth testing and depth writing are enabled.