Uses of Class
com.blackrook.gloop.opengl.gl1.OGLQuery
Packages that use OGLQuery
Package
Description
Contains OpenGL 1.X implementations.
Contains OpenGL 3.X implementations.
Contains OpenGL 4.X implementations.
-
Uses of OGLQuery in com.blackrook.gloop.opengl.gl1
Methods in com.blackrook.gloop.opengl.gl1 that return OGLQueryMethods in com.blackrook.gloop.opengl.gl1 with parameters of type OGLQueryModifier and TypeMethodDescriptionvoidOGL15Graphics.destroyQuery(OGLQuery query) Destroys a query object.booleanOGL15Graphics.getQueryBooleanResult(OGLQuery query) Gets the result of the query as a boolean.longOGL15Graphics.getQueryResult(OGLQuery query) Gets the result of the query as a long integer.booleanOGL15Graphics.isQueryReady(OGLQuery query) Checks if a query's results are ready.voidOGL15Graphics.startQuery(QueryTarget queryTarget, OGLQuery query) Starts a new query. -
Uses of OGLQuery in com.blackrook.gloop.opengl.gl3
Methods in com.blackrook.gloop.opengl.gl3 with parameters of type OGLQueryModifier and TypeMethodDescriptionlongOGL33Graphics.getQueryResult(OGLQuery query) voidOGL33Graphics.setQueryCounter(OGLQuery query) Sets the GL timestamp on this query.voidOGL30Graphics.startConditionalRender(OGLQuery query, QueryWaitType waitType) Starts a conditional render. -
Uses of OGLQuery in com.blackrook.gloop.opengl.gl4
Methods in com.blackrook.gloop.opengl.gl4 with parameters of type OGLQueryModifier and TypeMethodDescriptionvoidOGL40Graphics.startQueryIndexed(QueryTarget queryTarget, int index, OGLQuery query) Starts an indexed query.