Class OESBlendSubtract


  • public final class OESBlendSubtract
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int GL_BLEND_EQUATION_OES
      Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv:
      static int GL_FUNC_ADD_OES
      Accepted by the <mode> parameter of BlendEquationOES:
      static int GL_FUNC_REVERSE_SUBTRACT_OES
      Accepted by the <mode> parameter of BlendEquationOES:
      static int GL_FUNC_SUBTRACT_OES
      Accepted by the <mode> parameter of BlendEquationOES:
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void glBlendEquationOES​(int mode)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • GL_FUNC_ADD_OES

        public static final int GL_FUNC_ADD_OES
        Accepted by the <mode> parameter of BlendEquationOES:
        See Also:
        Constant Field Values
      • GL_FUNC_SUBTRACT_OES

        public static final int GL_FUNC_SUBTRACT_OES
        Accepted by the <mode> parameter of BlendEquationOES:
        See Also:
        Constant Field Values
      • GL_FUNC_REVERSE_SUBTRACT_OES

        public static final int GL_FUNC_REVERSE_SUBTRACT_OES
        Accepted by the <mode> parameter of BlendEquationOES:
        See Also:
        Constant Field Values
      • GL_BLEND_EQUATION_OES

        public static final int GL_BLEND_EQUATION_OES
        Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, and GetFloatv:
        See Also:
        Constant Field Values
    • Method Detail

      • glBlendEquationOES

        public static void glBlendEquationOES​(int mode)