Name

StencilTestTwoSideEnable - 3D API stencil test two side enable

Usage

StencilTestTwoSideEnable = bool(enable)

Valid Enumerants

enable: true, false

Description

Enable/disable two-sided stenciling. See the OpenGL EXT_stencil_two_side specification for details. See the D3DRS_TWOSIDEDSTENCILMODE render state description for DirectX 9.

The standard reset callback sets the StencilTestTwoSideEnable state to bool(false).

Opengl Functionality Requirements

Support for extension EXT_stencil_two_side.

Direct3D Functionality Requirements

DirectX 9

See Also

ClearStencil, StencilEnable, StencilFail, StencilFunc, StencilFuncSeparate, StencilMask, StencilMaskSeparate, StencilOp, StencilOpSeparate, StencilPass, StencilRef, StencilTestEnable, StencilWriteMask, StencilZFail, TwoSidedStencilMode