Class OESGetProgramBinary


  • public final class OESGetProgramBinary
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void glGetProgramBinaryOES​(int program, java.nio.IntBuffer length, java.nio.IntBuffer binaryFormat, java.nio.ByteBuffer binary)  
      static void glProgramBinaryOES​(int program, int binaryFormat, java.nio.ByteBuffer binary)  
      • Methods inherited from class java.lang.Object

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

      • GL_PROGRAM_BINARY_LENGTH_OES

        public static final int GL_PROGRAM_BINARY_LENGTH_OES
        Accepted by the <pname> parameter of GetProgramiv:
        See Also:
        Constant Field Values
      • GL_NUM_PROGRAM_BINARY_FORMATS_OES

        public static final int GL_NUM_PROGRAM_BINARY_FORMATS_OES
        Accepted by the <pname< parameter of GetBooleanv, GetIntegerv, and GetFloatv:
        See Also:
        Constant Field Values
      • GL_PROGRAM_BINARY_FORMATS_OES

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

      • glGetProgramBinaryOES

        public static void glGetProgramBinaryOES​(int program,
                                                 java.nio.IntBuffer length,
                                                 java.nio.IntBuffer binaryFormat,
                                                 java.nio.ByteBuffer binary)
      • glProgramBinaryOES

        public static void glProgramBinaryOES​(int program,
                                              int binaryFormat,
                                              java.nio.ByteBuffer binary)