Package org.lwjgl.opengl
Class EXTStencilClearTag
java.lang.Object
org.lwjgl.opengl.EXTStencilClearTag
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.static final int
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev. -
Method Summary
Modifier and TypeMethodDescriptionstatic void
glStencilClearTagEXT
(int stencilTagBits, int stencilClearTag) Controls the stencil clear tag state.
-
Field Details
-
GL_STENCIL_TAG_BITS_EXT
public static final int GL_STENCIL_TAG_BITS_EXTAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.- See Also:
-
GL_STENCIL_CLEAR_TAG_VALUE_EXT
public static final int GL_STENCIL_CLEAR_TAG_VALUE_EXTAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.- See Also:
-
-
Method Details
-
glStencilClearTagEXT
public static void glStencilClearTagEXT(int stencilTagBits, int stencilClearTag) Controls the stencil clear tag state. stencilTagBits is a count of the number of most-significant stencil buffer bits involved in the stencil clear tag update.
-