Enum FrontFace
Specifies the vertex order for faces to be considered front-facing.
enum FrontFace
: __C .WGPUFrontFace { ... }
Enum members
Name | Description |
---|---|
ccw
|
Counter-clockwise ordered faces will be considered front-facing. |
cw
|
Clockwise ordered faces will be considered front-facing. |