Class QCOMExtendedGet2

java.lang.Object
org.lwjgl.opengles.QCOMExtendedGet2

public class QCOMExtendedGet2 extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    glExtGetProgramBinarySourceQCOM(int program, int shadertype, ByteBuffer source, int @Nullable [] length)
    void glExtGetProgramBinarySourceQCOM(GLuint program, GLenum shadertype, GLchar * source, GLint * length)
    static void
    glExtGetProgramBinarySourceQCOM(int program, int shadertype, ByteBuffer source, @Nullable IntBuffer length)
    void glExtGetProgramBinarySourceQCOM(GLuint program, GLenum shadertype, GLchar * source, GLint * length)
    static void
    glExtGetProgramsQCOM(int @Nullable [] programs, int @Nullable [] numPrograms)
    void glExtGetProgramsQCOM(GLuint * programs, GLint maxPrograms, GLint * numPrograms)
    static void
    glExtGetProgramsQCOM(@Nullable IntBuffer programs, @Nullable IntBuffer numPrograms)
    void glExtGetProgramsQCOM(GLuint * programs, GLint maxPrograms, GLint * numPrograms)
    static void
    glExtGetShadersQCOM(int @Nullable [] shaders, int @Nullable [] numShaders)
    void glExtGetShadersQCOM(GLuint * shaders, GLint maxShaders, GLint * numShaders)
    static void
    glExtGetShadersQCOM(@Nullable IntBuffer shaders, @Nullable IntBuffer numShaders)
    void glExtGetShadersQCOM(GLuint * shaders, GLint maxShaders, GLint * numShaders)
    static boolean
    GLboolean glExtIsProgramBinaryQCOM(GLuint program)
    static void
    nglExtGetProgramBinarySourceQCOM(int program, int shadertype, long source, long length)
    void glExtGetProgramBinarySourceQCOM(GLuint program, GLenum shadertype, GLchar * source, GLint * length)
    static void
    nglExtGetProgramsQCOM(long programs, int maxPrograms, long numPrograms)
    void glExtGetProgramsQCOM(GLuint * programs, GLint maxPrograms, GLint * numPrograms)
    static void
    nglExtGetShadersQCOM(long shaders, int maxShaders, long numShaders)
    void glExtGetShadersQCOM(GLuint * shaders, GLint maxShaders, GLint * numShaders)

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • nglExtGetShadersQCOM

      public static void nglExtGetShadersQCOM(long shaders, int maxShaders, long numShaders)
      void glExtGetShadersQCOM(GLuint * shaders, GLint maxShaders, GLint * numShaders)
    • glExtGetShadersQCOM

      public static void glExtGetShadersQCOM(@Nullable IntBuffer shaders, @Nullable IntBuffer numShaders)
      void glExtGetShadersQCOM(GLuint * shaders, GLint maxShaders, GLint * numShaders)
    • nglExtGetProgramsQCOM

      public static void nglExtGetProgramsQCOM(long programs, int maxPrograms, long numPrograms)
      void glExtGetProgramsQCOM(GLuint * programs, GLint maxPrograms, GLint * numPrograms)
    • glExtGetProgramsQCOM

      public static void glExtGetProgramsQCOM(@Nullable IntBuffer programs, @Nullable IntBuffer numPrograms)
      void glExtGetProgramsQCOM(GLuint * programs, GLint maxPrograms, GLint * numPrograms)
    • glExtIsProgramBinaryQCOM

      public static boolean glExtIsProgramBinaryQCOM(int program)
      GLboolean glExtIsProgramBinaryQCOM(GLuint program)
    • nglExtGetProgramBinarySourceQCOM

      public static void nglExtGetProgramBinarySourceQCOM(int program, int shadertype, long source, long length)
      void glExtGetProgramBinarySourceQCOM(GLuint program, GLenum shadertype, GLchar * source, GLint * length)
    • glExtGetProgramBinarySourceQCOM

      public static void glExtGetProgramBinarySourceQCOM(int program, int shadertype, ByteBuffer source, @Nullable IntBuffer length)
      void glExtGetProgramBinarySourceQCOM(GLuint program, GLenum shadertype, GLchar * source, GLint * length)
    • glExtGetShadersQCOM

      public static void glExtGetShadersQCOM(int @Nullable [] shaders, int @Nullable [] numShaders)
      void glExtGetShadersQCOM(GLuint * shaders, GLint maxShaders, GLint * numShaders)
    • glExtGetProgramsQCOM

      public static void glExtGetProgramsQCOM(int @Nullable [] programs, int @Nullable [] numPrograms)
      void glExtGetProgramsQCOM(GLuint * programs, GLint maxPrograms, GLint * numPrograms)
    • glExtGetProgramBinarySourceQCOM

      public static void glExtGetProgramBinarySourceQCOM(int program, int shadertype, ByteBuffer source, int @Nullable [] length)
      void glExtGetProgramBinarySourceQCOM(GLuint program, GLenum shadertype, GLchar * source, GLint * length)