|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lwjgl.opengl.ARBTimerQuery
public final class ARBTimerQuery
Field Summary | |
---|---|
static int |
GL_TIME_ELAPSED
Accepted by the <target> parameter of BeginQuery, EndQuery, and GetQueryiv: |
static int |
GL_TIMESTAMP
Accepted by the <target> parameter of GetQueryiv and QueryCounter. |
Method Summary | |
---|---|
static long |
glGetQueryObject(int id,
int pname)
Overloads glGetQueryObjecti64v. |
static void |
glGetQueryObject(int id,
int pname,
java.nio.LongBuffer params)
|
static long |
glGetQueryObjectu(int id,
int pname)
Overloads glGetQueryObjectui64v. |
static void |
glGetQueryObjectu(int id,
int pname,
java.nio.LongBuffer params)
|
static void |
glQueryCounter(int id,
int target)
|
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_TIME_ELAPSED
public static final int GL_TIMESTAMP
Method Detail |
---|
public static void glQueryCounter(int id, int target)
public static void glGetQueryObject(int id, int pname, java.nio.LongBuffer params)
public static long glGetQueryObject(int id, int pname)
public static void glGetQueryObjectu(int id, int pname, java.nio.LongBuffer params)
public static long glGetQueryObjectu(int id, int pname)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |