Class EXTSeparateShaderObjects

java.lang.Object
org.lwjgl.opengl.EXTSeparateShaderObjects

public final class EXTSeparateShaderObjects extends Object
  • Field Details

    • GL_ACTIVE_PROGRAM_EXT

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

    • 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.