Class EXTSeparateShaderObjects


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

      Fields 
      Modifier and Type Field Description
      static int GL_ACTIVE_PROGRAM_EXT
      Accepted by <type> parameter to GetIntegerv and GetFloatv:
    • 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,
                                                   java.nio.ByteBuffer string)
      • glCreateShaderProgramEXT

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