Package org.lwjgl.opengl
Class ARBTimerQuery
java.lang.Object
org.lwjgl.opengl.ARBTimerQuery
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <target> parameter of BeginQuery, EndQuery, and GetQueryiv:static final int
Accepted by the <target> parameter of GetQueryiv and QueryCounter. -
Method Summary
Modifier and TypeMethodDescriptionstatic void
glGetQueryObject
(int id, int pname, LongBuffer params) static long
glGetQueryObjecti64
(int id, int pname) Overloads glGetQueryObjecti64v.static void
glGetQueryObjectu
(int id, int pname, LongBuffer params) static long
glGetQueryObjectui64
(int id, int pname) Overloads glGetQueryObjectui64v.static void
glQueryCounter
(int id, int target)
-
Field Details
-
GL_TIME_ELAPSED
public static final int GL_TIME_ELAPSEDAccepted by the <target> parameter of BeginQuery, EndQuery, and GetQueryiv:- See Also:
-
GL_TIMESTAMP
public static final int GL_TIMESTAMPAccepted by the <target> parameter of GetQueryiv and QueryCounter. Accepted by the <value> parameter of GetBooleanv, GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:- See Also:
-
-
Method Details
-
glQueryCounter
public static void glQueryCounter(int id, int target) -
glGetQueryObject
-
glGetQueryObjecti64
public static long glGetQueryObjecti64(int id, int pname) Overloads glGetQueryObjecti64v. -
glGetQueryObjectu
-
glGetQueryObjectui64
public static long glGetQueryObjectui64(int id, int pname) Overloads glGetQueryObjectui64v.
-