public final class ARBTimerQuery extends Object
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static long |
glGetQueryObject(int id,
int pname)
Overloads glGetQueryObjecti64v.
|
static void |
glGetQueryObject(int id,
int pname,
LongBuffer params) |
static long |
glGetQueryObjectu(int id,
int pname)
Overloads glGetQueryObjectui64v.
|
static void |
glGetQueryObjectu(int id,
int pname,
LongBuffer params) |
static void |
glQueryCounter(int id,
int target) |
public static final int GL_TIME_ELAPSED
public static final int GL_TIMESTAMP
public static void glQueryCounter(int id, int target)
public static void glGetQueryObject(int id, int pname, LongBuffer params)
public static long glGetQueryObject(int id, int pname)
public static void glGetQueryObjectu(int id, int pname, LongBuffer params)
public static long glGetQueryObjectu(int id, int pname)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.