Package org.lwjgl.opengl
Class EXTTimerQuery
java.lang.Object
org.lwjgl.opengl.EXTTimerQuery
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by the <target> parameter of BeginQuery, EndQuery, and GetQueryiv: -
Method Summary
Modifier and TypeMethodDescriptionstatic longglGetQueryObjectEXT(int id, int pname) Overloads glGetQueryObjecti64vEXT.static voidglGetQueryObjectEXT(int id, int pname, LongBuffer params) static longglGetQueryObjectuEXT(int id, int pname) Overloads glGetQueryObjectui64vEXT.static voidglGetQueryObjectuEXT(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.
-