Enum FrontFace

Specifies the vertex order for faces to be considered front-facing.

enum FrontFace : gfx.graal.pipeline.FrontFace { ... }

Enum members

NameDescription
clockwise Clockwise ordered faces will be considered front-facing.
counterClockwise Counter-clockwise ordered faces will be considered front-facing.