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