Enum FrontFace
Specifies the vertex order for faces to be considered front-facing.
enum FrontFace
: gfx .graal .pipeline .FrontFace { ... }
Enum members
Name | Description |
---|---|
clockwise
|
Clockwise ordered faces will be considered front-facing. |
counterClockwise
|
Counter-clockwise ordered faces will be considered front-facing. |