|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lwjgl.opengles.EXTDebugLabel
public final class EXTDebugLabel
| Field Summary | |
|---|---|
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: |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
| Method Detail |
|---|
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||