Class EXTDebugLabel


  • public final class EXTDebugLabel
    extends Object
    • 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,
                                            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.