Enum FaceCullMode
- Namespace
- NeoVeldrid
- Assembly
- NeoVeldrid.dll
Indicates which face will be culled.
public enum FaceCullMode : byte
Fields
Back = 0The back face.
Front = 1The front face.
None = 2No face culling.
Indicates which face will be culled.
public enum FaceCullMode : byte
Back = 0The back face.
Front = 1The front face.
None = 2No face culling.