Show / Hide Table of Contents

Enum FrontFace

The winding order used to determine the front face of a primitive.

Namespace: Veldrid
Assembly: cs.temp.dll.dll
Syntax
public enum FrontFace : byte

Fields

Name Description
Clockwise

Clockwise winding order.

CounterClockwise

Counter-clockwise winding order.

Back to top