CullFaceMode enumeration

CullFaceMode enumeration

What face to cull

The CullFaceMode type exposes the following members:

Fields

FieldDescription
BACKOnly back faces are culled
FRONTOnly front faces are culled
BOTHBoth back/front faces are culled, doesn’t affect line/point rendering.

See Also