Home -> IStateGroupNode -> StencilTargetFace
Description
The StencilTargetFace enumeration selects which polygon faces receive a stencil operation configuration when SetStencilOperation is called.
Members
| Name | Description | |
|---|---|---|
| FrontFace |
Applies the stencil operation configuration to front-facing polygons.
|
|
| BackFace |
Applies the stencil operation configuration to back-facing polygons.
|
|
| FrontAndBackFace |
Applies the stencil operation configuration to both front-facing and back-facing polygons.
|