Home -> IStateGroupNode -> StencilTargetFace

Description

The StencilTargetFace enumeration selects which polygon faces receive a stencil operation configuration when SetStencilOperation is called.

Members

Name Description
Public Enum FrontFace
Applies the stencil operation configuration to front-facing polygons.
Public Enum BackFace
Applies the stencil operation configuration to back-facing polygons.
Public Enum FrontAndBackFace
Applies the stencil operation configuration to both front-facing and back-facing polygons.

See also