public final class EXTDebugLabel extends Object
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:
|
Modifier and Type | Method | Description |
---|---|---|
static 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) |
public static final int GL_BUFFER_OBJECT_EXT
public static final int GL_SHADER_OBJECT_EXT
public static final int GL_PROGRAM_OBJECT_EXT
public static final int GL_VERTEX_ARRAY_OBJECT_EXT
public static final int GL_QUERY_OBJECT_EXT
public static final int GL_PROGRAM_PIPELINE_OBJECT_EXT
public static void glLabelObjectEXT(int type, int object, ByteBuffer label)
public static void glLabelObjectEXT(int type, int object, CharSequence label)
public static void glGetObjectLabelEXT(int type, int object, IntBuffer length, ByteBuffer label)
public static String glGetObjectLabelEXT(int type, int object, int bufSize)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.