Class EXTSeparateShaderObjects


  • public final class EXTSeparateShaderObjects
    extends Object
    • Field Detail

      • GL_ACTIVE_PROGRAM_EXT

        public static final int GL_ACTIVE_PROGRAM_EXT
        Accepted by <type> parameter to GetIntegerv and GetFloatv:
        See Also:
        Constant Field Values
    • Method Detail

      • glUseShaderProgramEXT

        public static void glUseShaderProgramEXT​(int type,
                                                 int program)
      • glActiveProgramEXT

        public static void glActiveProgramEXT​(int program)
      • glCreateShaderProgramEXT

        public static int glCreateShaderProgramEXT​(int type,
                                                   ByteBuffer string)
      • glCreateShaderProgramEXT

        public static int glCreateShaderProgramEXT​(int type,
                                                   CharSequence string)
        Overloads glCreateShaderProgramEXT.