Uses of Enum Class
com.blackrook.gloop.opengl.enums.QueryTarget
Packages that use QueryTarget
Package
Description
Contains encapsulated OpenGL enum values.
Contains OpenGL 1.X implementations.
Contains OpenGL 4.X implementations.
-
Uses of QueryTarget in com.blackrook.gloop.opengl.enums
Subclasses with type arguments of type QueryTarget in com.blackrook.gloop.opengl.enumsMethods in com.blackrook.gloop.opengl.enums that return QueryTargetModifier and TypeMethodDescriptionstatic QueryTargetReturns the enum constant of this class with the specified name.static QueryTarget[]QueryTarget.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of QueryTarget in com.blackrook.gloop.opengl.gl1
Methods in com.blackrook.gloop.opengl.gl1 with parameters of type QueryTargetModifier and TypeMethodDescriptionvoidOGL15Graphics.endQuery(QueryTarget queryTarget) Ends a query.voidOGL15Graphics.startQuery(QueryTarget queryTarget, OGLQuery query) Starts a new query. -
Uses of QueryTarget in com.blackrook.gloop.opengl.gl4
Methods in com.blackrook.gloop.opengl.gl4 with parameters of type QueryTargetModifier and TypeMethodDescriptionvoidOGL40Graphics.endQueryIndexed(QueryTarget queryTarget, int index) Ends an indexed query.voidOGL40Graphics.startQueryIndexed(QueryTarget queryTarget, int index, OGLQuery query) Starts an indexed query.