Class EXTDebugLabel

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

public final class EXTDebugLabel extends Object
  • Field Details

    • GL_BUFFER_OBJECT_EXT

      public static final int GL_BUFFER_OBJECT_EXT
      Accepted by the <type> parameter of LabelObjectEXT and GetObjectLabelEXT:
      See Also:
    • GL_SHADER_OBJECT_EXT

      public static final int GL_SHADER_OBJECT_EXT
      Accepted by the <type> parameter of LabelObjectEXT and GetObjectLabelEXT:
      See Also:
    • GL_PROGRAM_OBJECT_EXT

      public static final int GL_PROGRAM_OBJECT_EXT
      Accepted by the <type> parameter of LabelObjectEXT and GetObjectLabelEXT:
      See Also:
    • GL_VERTEX_ARRAY_OBJECT_EXT

      public static final int GL_VERTEX_ARRAY_OBJECT_EXT
      Accepted by the <type> parameter of LabelObjectEXT and GetObjectLabelEXT:
      See Also:
    • GL_QUERY_OBJECT_EXT

      public static final int GL_QUERY_OBJECT_EXT
      Accepted by the <type> parameter of LabelObjectEXT and GetObjectLabelEXT:
      See Also:
    • GL_PROGRAM_PIPELINE_OBJECT_EXT

      public static final int GL_PROGRAM_PIPELINE_OBJECT_EXT
      Accepted by the <type> parameter of LabelObjectEXT and GetObjectLabelEXT:
      See Also:
  • Method Details

    • glLabelObjectEXT

      public static void glLabelObjectEXT(int type, int object, ByteBuffer label)
    • glLabelObjectEXT

      public static void glLabelObjectEXT(int type, int object, CharSequence label)
      Overloads glLabelObjectEXT.
    • glGetObjectLabelEXT

      public static void glGetObjectLabelEXT(int type, int object, IntBuffer length, ByteBuffer label)
    • glGetObjectLabelEXT

      public static String glGetObjectLabelEXT(int type, int object, int bufSize)
      Overloads glGetObjectLabelEXT.