Package org.lwjgl.opengles
Class EXTDebugLabel
java.lang.Object
org.lwjgl.opengles.EXTDebugLabel
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <type> parameter of LabelObjectEXT and GetObjectLabelEXT:static final int
Accepted by the <type> parameter of LabelObjectEXT and GetObjectLabelEXT:static final int
Accepted by the <type> parameter of LabelObjectEXT and GetObjectLabelEXT:static final int
Accepted by the <type> parameter of LabelObjectEXT and GetObjectLabelEXT:static final int
Accepted by the <type> parameter of LabelObjectEXT and GetObjectLabelEXT:static final int
Accepted by the <type> parameter of LabelObjectEXT and GetObjectLabelEXT: -
Method Summary
Modifier and TypeMethodDescriptionstatic String
glGetObjectLabelEXT
(int type, int object, int bufSize) Overloads glGetObjectLabelEXT.static void
glGetObjectLabelEXT
(int type, int object, IntBuffer length, ByteBuffer label) static void
glLabelObjectEXT
(int type, int object, CharSequence label) Overloads glLabelObjectEXT.static void
glLabelObjectEXT
(int type, int object, ByteBuffer label)
-
Field Details
-
GL_BUFFER_OBJECT_EXT
public static final int GL_BUFFER_OBJECT_EXTAccepted by the <type> parameter of LabelObjectEXT and GetObjectLabelEXT:- See Also:
-
GL_SHADER_OBJECT_EXT
public static final int GL_SHADER_OBJECT_EXTAccepted by the <type> parameter of LabelObjectEXT and GetObjectLabelEXT:- See Also:
-
GL_PROGRAM_OBJECT_EXT
public static final int GL_PROGRAM_OBJECT_EXTAccepted by the <type> parameter of LabelObjectEXT and GetObjectLabelEXT:- See Also:
-
GL_VERTEX_ARRAY_OBJECT_EXT
public static final int GL_VERTEX_ARRAY_OBJECT_EXTAccepted by the <type> parameter of LabelObjectEXT and GetObjectLabelEXT:- See Also:
-
GL_QUERY_OBJECT_EXT
public static final int GL_QUERY_OBJECT_EXTAccepted by the <type> parameter of LabelObjectEXT and GetObjectLabelEXT:- See Also:
-
GL_PROGRAM_PIPELINE_OBJECT_EXT
public static final int GL_PROGRAM_PIPELINE_OBJECT_EXTAccepted by the <type> parameter of LabelObjectEXT and GetObjectLabelEXT:- See Also:
-
-
Method Details
-
glLabelObjectEXT
-
glLabelObjectEXT
Overloads glLabelObjectEXT. -
glGetObjectLabelEXT
-
glGetObjectLabelEXT
Overloads glGetObjectLabelEXT.
-