Package org.lwjgl.opengl
Class EXTTimerQuery
java.lang.Object
org.lwjgl.opengl.EXTTimerQuery
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <target> parameter of BeginQuery, EndQuery, and GetQueryiv: -
Method Summary
Modifier and TypeMethodDescriptionstatic 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 Details
-
GL_TIME_ELAPSED_EXT
public static final int GL_TIME_ELAPSED_EXTAccepted by the <target> parameter of BeginQuery, EndQuery, and GetQueryiv:- See Also:
-
-
Method Details
-
glGetQueryObjectEXT
-
glGetQueryObjectEXT
public static long glGetQueryObjectEXT(int id, int pname) Overloads glGetQueryObjecti64vEXT. -
glGetQueryObjectuEXT
-
glGetQueryObjectuEXT
public static long glGetQueryObjectuEXT(int id, int pname) Overloads glGetQueryObjectui64vEXT.
-