Enum RasterPreset
- Namespace
- Elegy.RenderBackend
- Assembly
- Elegy.RenderBackend.dll
public enum RasterPreset
- Extension Methods
Fields
NoDepth = 3
Backface culling, no depth testing.
NoDepthReverse = 5
Frontface culling, no depth testing.
NoDepthTwoSided = 4
No culling, no depth testing.
Opaque = 0
Backface culling, depth testing.
OpaqueReverse = 2
Frontface culling, depth testing.
OpaqueTwoSided = 1
No culling, depth testing.