Package org.lwjgl.opengles
Class EXTDebugLabel
java.lang.Object
org.lwjgl.opengles.EXTDebugLabel
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by the <type> parameter of LabelObjectEXT and GetObjectLabelEXT:static final intAccepted by the <type> parameter of LabelObjectEXT and GetObjectLabelEXT:static final intAccepted by the <type> parameter of LabelObjectEXT and GetObjectLabelEXT:static final intAccepted by the <type> parameter of LabelObjectEXT and GetObjectLabelEXT:static final intAccepted by the <type> parameter of LabelObjectEXT and GetObjectLabelEXT:static final intAccepted by the <type> parameter of LabelObjectEXT and GetObjectLabelEXT: -
Method Summary
Modifier and TypeMethodDescriptionstatic StringglGetObjectLabelEXT(int type, int object, int bufSize) Overloads glGetObjectLabelEXT.static voidglGetObjectLabelEXT(int type, int object, IntBuffer length, ByteBuffer label) static voidglLabelObjectEXT(int type, int object, CharSequence label) Overloads glLabelObjectEXT.static voidglLabelObjectEXT(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.
-