Package org.lwjgl.opengl
Class EXTTimerQuery
- java.lang.Object
-
- org.lwjgl.opengl.EXTTimerQuery
-
public final class EXTTimerQuery extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_TIME_ELAPSED_EXT
Accepted by the <target> parameter of BeginQuery, EndQuery, and GetQueryiv:
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
glGetQueryObjectEXT(int id, int pname)
Overloads glGetQueryObjecti64vEXT.static void
glGetQueryObjectEXT(int id, int pname, LongBuffer params)
static long
glGetQueryObjectuEXT(int id, int pname)
Overloads glGetQueryObjectui64vEXT.static void
glGetQueryObjectuEXT(int id, int pname, LongBuffer params)
-
-
-
Field Detail
-
GL_TIME_ELAPSED_EXT
public static final int GL_TIME_ELAPSED_EXT
Accepted by the <target> parameter of BeginQuery, EndQuery, and GetQueryiv:- See Also:
- Constant Field Values
-
-
Method Detail
-
glGetQueryObjectEXT
public static void glGetQueryObjectEXT(int id, int pname, LongBuffer params)
-
glGetQueryObjectEXT
public static long glGetQueryObjectEXT(int id, int pname)
Overloads glGetQueryObjecti64vEXT.
-
glGetQueryObjectuEXT
public static void glGetQueryObjectuEXT(int id, int pname, LongBuffer params)
-
glGetQueryObjectuEXT
public static long glGetQueryObjectuEXT(int id, int pname)
Overloads glGetQueryObjectui64vEXT.
-
-