Class EXTDebugLabel

java.lang.Object
org.lwjgl.opengles.EXTDebugLabel

public class EXTDebugLabel extends Object
  • Field Details

    • GL_BUFFER_OBJECT_EXT

      public static final int GL_BUFFER_OBJECT_EXT
      See Also:
    • GL_SHADER_OBJECT_EXT

      public static final int GL_SHADER_OBJECT_EXT
      See Also:
    • GL_PROGRAM_OBJECT_EXT

      public static final int GL_PROGRAM_OBJECT_EXT
      See Also:
    • GL_VERTEX_ARRAY_OBJECT_EXT

      public static final int GL_VERTEX_ARRAY_OBJECT_EXT
      See Also:
    • GL_QUERY_OBJECT_EXT

      public static final int GL_QUERY_OBJECT_EXT
      See Also:
    • GL_PROGRAM_PIPELINE_OBJECT_EXT

      public static final int GL_PROGRAM_PIPELINE_OBJECT_EXT
      See Also:
  • Method Details

    • nglLabelObjectEXT

      public static void nglLabelObjectEXT(int type, int object, int length, long label)
      void glLabelObjectEXT(GLenum type, GLuint object, GLsizei length, GLchar const * label)
    • glLabelObjectEXT

      public static void glLabelObjectEXT(int type, int object, ByteBuffer label)
      void glLabelObjectEXT(GLenum type, GLuint object, GLsizei length, GLchar const * label)
    • glLabelObjectEXT

      public static void glLabelObjectEXT(int type, int object, CharSequence label)
      void glLabelObjectEXT(GLenum type, GLuint object, GLsizei length, GLchar const * label)
    • nglGetObjectLabelEXT

      public static void nglGetObjectLabelEXT(int type, int object, int bufSize, long length, long label)
      void glGetObjectLabelEXT(GLenum type, GLuint object, GLsizei bufSize, GLsizei * length, GLchar * label)
    • glGetObjectLabelEXT

      public static void glGetObjectLabelEXT(int type, int object, IntBuffer length, ByteBuffer label)
      void glGetObjectLabelEXT(GLenum type, GLuint object, GLsizei bufSize, GLsizei * length, GLchar * label)
    • glGetObjectLabelEXT

      public static String glGetObjectLabelEXT(int type, int object, int bufSize)
      void glGetObjectLabelEXT(GLenum type, GLuint object, GLsizei bufSize, GLsizei * length, GLchar * label)
    • glGetObjectLabelEXT

      public static void glGetObjectLabelEXT(int type, int object, int[] length, ByteBuffer label)
      void glGetObjectLabelEXT(GLenum type, GLuint object, GLsizei bufSize, GLsizei * length, GLchar * label)