Package org.lwjgl.opengl
Class AMDStencilOperationExtended
- java.lang.Object
-
- org.lwjgl.opengl.AMDStencilOperationExtended
-
public final class AMDStencilOperationExtended extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_REPLACE_VALUE_AMD
Accepted by the <sfail>, <dpfail> and <dppass> parameters of StencilOp and StencilOpSeparate:static int
GL_SET_AMD
Accepted by the <sfail>, <dpfail> and <dppass> parameters of StencilOp and StencilOpSeparate:static int
GL_STENCIL_BACK_OP_VALUE_AMD
Accepted by the <param> parameter of GetIntegerv, GetFloatv, GetBooleanv GetDoublev and GetInteger64v:static int
GL_STENCIL_OP_VALUE_AMD
Accepted by the <param> parameter of GetIntegerv, GetFloatv, GetBooleanv GetDoublev and GetInteger64v:
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
glStencilOpValueAMD(int face, int value)
-
-
-
Field Detail
-
GL_SET_AMD
public static final int GL_SET_AMD
Accepted by the <sfail>, <dpfail> and <dppass> parameters of StencilOp and StencilOpSeparate:- See Also:
- Constant Field Values
-
GL_REPLACE_VALUE_AMD
public static final int GL_REPLACE_VALUE_AMD
Accepted by the <sfail>, <dpfail> and <dppass> parameters of StencilOp and StencilOpSeparate:- See Also:
- Constant Field Values
-
GL_STENCIL_OP_VALUE_AMD
public static final int GL_STENCIL_OP_VALUE_AMD
Accepted by the <param> parameter of GetIntegerv, GetFloatv, GetBooleanv GetDoublev and GetInteger64v:- See Also:
- Constant Field Values
-
GL_STENCIL_BACK_OP_VALUE_AMD
public static final int GL_STENCIL_BACK_OP_VALUE_AMD
Accepted by the <param> parameter of GetIntegerv, GetFloatv, GetBooleanv GetDoublev and GetInteger64v:- See Also:
- Constant Field Values
-
-