nn::gr::CTR::RenderState::Culling::FrontFace Enumerated Type

Syntax

enum FrontFace;

Value

Value Description
FRONT_FACE_CW Indicates that vertices are arranged clockwise.
FRONT_FACE_CCW Indicates that vertices are arranged counterclockwise.

Description

Specifies the front-facing direction for polygons.

Revision History

2010/09/15
Initial version.

CONFIDENTIAL