Package org.lwjgl.opengl
Class EXTStencilClearTag
- java.lang.Object
-
- org.lwjgl.opengl.EXTStencilClearTag
-
public final class EXTStencilClearTag extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_STENCIL_CLEAR_TAG_VALUE_EXT
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.static int
GL_STENCIL_TAG_BITS_EXT
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
glStencilClearTagEXT(int stencilTagBits, int stencilClearTag)
Controls the stencil clear tag state.
-
-
-
Field Detail
-
GL_STENCIL_TAG_BITS_EXT
public static final int GL_STENCIL_TAG_BITS_EXT
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.- See Also:
- Constant Field Values
-
GL_STENCIL_CLEAR_TAG_VALUE_EXT
public static final int GL_STENCIL_CLEAR_TAG_VALUE_EXT
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.- See Also:
- Constant Field Values
-
-