public final class EXTDebugLabel
extends java.lang.Object
Modifier and Type | Field and 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 and 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.nio.ByteBuffer label) |
static void |
glLabelObjectEXT(int type,
int object,
java.lang.CharSequence label)
Overloads glLabelObjectEXT.
|
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, java.nio.ByteBuffer label)
public static void glLabelObjectEXT(int type, int object, java.lang.CharSequence label)
public static void glGetObjectLabelEXT(int type, int object, java.nio.IntBuffer length, java.nio.ByteBuffer label)
public static java.lang.String glGetObjectLabelEXT(int type, int object, int bufSize)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.