public class EXTStencilTwoSide
extends java.lang.Object
This extension provides two-sided stencil testing where the stencil-related state (stencil operations, reference value, compare mask, and write mask) may be different for front- and back-facing polygons. Two-sided stencil testing may improve the performance of stenciled shadow volume and Constructive Solid Geometry (CSG) rendering algorithms.
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_ACTIVE_STENCIL_FACE_EXT
Accepted by the
pname parameters of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev. |
static int |
GL_STENCIL_TEST_TWO_SIDE_EXT
Accepted by the
cap parameter of Enable, Disable, and IsEnabled, and by the pname parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev. |
| Modifier and Type | Method and Description |
|---|---|
static void |
glActiveStencilFaceEXT(int face) |
public static final int GL_STENCIL_TEST_TWO_SIDE_EXT
cap parameter of Enable, Disable, and IsEnabled, and by the pname parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev.public static final int GL_ACTIVE_STENCIL_FACE_EXT
pname parameters of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.Copyright LWJGL. All Rights Reserved. License terms.