Class AMDStencilOperationExtended


  • public final class AMDStencilOperationExtended
    extends java.lang.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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Method Detail

      • glStencilOpValueAMD

        public static void glStencilOpValueAMD​(int face,
                                               int value)