Class EXTSeparateShaderObjects

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

public class EXTSeparateShaderObjects extends Object
  • Field Details

  • Method Details

    • glUseShaderProgramEXT

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

      public static void glActiveProgramEXT(int program)
      void glActiveProgramEXT(GLuint program)
    • nglCreateShaderProgramEXT

      public static int nglCreateShaderProgramEXT(int type, long string)
      GLuint glCreateShaderProgramEXT(GLenum type, GLchar const * string)
    • glCreateShaderProgramEXT

      public static int glCreateShaderProgramEXT(int type, ByteBuffer string)
      GLuint glCreateShaderProgramEXT(GLenum type, GLchar const * string)
    • glCreateShaderProgramEXT

      public static int glCreateShaderProgramEXT(int type, CharSequence string)
      GLuint glCreateShaderProgramEXT(GLenum type, GLchar const * string)