nn::gr::CTR::RenderState::Culling::FrontFace Enumerated Typeenum FrontFace;
| Value | Description |
|---|---|
| FRONT_FACE_CW | Indicates that vertices are arranged clockwise. |
| FRONT_FACE_CCW | Indicates that vertices are arranged counterclockwise. |
Specifies the front-facing direction for polygons.
CONFIDENTIAL