Class EXTDebugLabel


  • public final class EXTDebugLabel
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int GL_BUFFER_OBJECT_EXT
      Accepted by the <type> parameter of LabelObjectEXT and GetObjectLabelEXT:
      static int GL_PROGRAM_OBJECT_EXT
      Accepted by the <type> parameter of LabelObjectEXT and GetObjectLabelEXT:
      static int GL_PROGRAM_PIPELINE_OBJECT_EXT
      Accepted by the <type> parameter of LabelObjectEXT and GetObjectLabelEXT:
      static int GL_QUERY_OBJECT_EXT
      Accepted by the <type> parameter of LabelObjectEXT and GetObjectLabelEXT:
      static int GL_SHADER_OBJECT_EXT
      Accepted by the <type> parameter of LabelObjectEXT and GetObjectLabelEXT:
      static int GL_VERTEX_ARRAY_OBJECT_EXT
      Accepted by the <type> parameter of LabelObjectEXT and GetObjectLabelEXT:
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String glGetObjectLabelEXT​(int type, int object, int bufSize)
      Overloads glGetObjectLabelEXT.
      static void glGetObjectLabelEXT​(int type, int object, java.nio.IntBuffer length, java.nio.ByteBuffer label)  
      static void glLabelObjectEXT​(int type, int object, java.lang.CharSequence label)
      Overloads glLabelObjectEXT.
      static void glLabelObjectEXT​(int type, int object, java.nio.ByteBuffer label)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • GL_BUFFER_OBJECT_EXT

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

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

        public static final int GL_PROGRAM_OBJECT_EXT
        Accepted by the <type> parameter of LabelObjectEXT and GetObjectLabelEXT:
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • GL_QUERY_OBJECT_EXT

        public static final int GL_QUERY_OBJECT_EXT
        Accepted by the <type> parameter of LabelObjectEXT and GetObjectLabelEXT:
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
    • Method Detail

      • glLabelObjectEXT

        public static void glLabelObjectEXT​(int type,
                                            int object,
                                            java.nio.ByteBuffer label)
      • glLabelObjectEXT

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

        public static void glGetObjectLabelEXT​(int type,
                                               int object,
                                               java.nio.IntBuffer length,
                                               java.nio.ByteBuffer label)
      • glGetObjectLabelEXT

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