Package org.lwjgl.opengl
Class EXTStencilTwoSide
- java.lang.Object
-
- org.lwjgl.opengl.EXTStencilTwoSide
-
public final class EXTStencilTwoSide extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_ACTIVE_STENCIL_FACE_EXT
static int
GL_STENCIL_TEST_TWO_SIDE_EXT
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
glActiveStencilFaceEXT(int face)
-
-
-
Field Detail
-
GL_STENCIL_TEST_TWO_SIDE_EXT
public static final int GL_STENCIL_TEST_TWO_SIDE_EXT
- See Also:
- Constant Field Values
-
GL_ACTIVE_STENCIL_FACE_EXT
public static final int GL_ACTIVE_STENCIL_FACE_EXT
- See Also:
- Constant Field Values
-
-