Package org.lwjgl.opengl
Class ARBOcclusionQuery
java.lang.Object
org.lwjgl.opengl.ARBOcclusionQuery
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by the <pname> parameter of GetQueryivARB:static final intAccepted by the <pname> parameter of GetQueryivARB:static final intAccepted by the <pname> parameter of GetQueryObjectivARB and GetQueryObjectuivARB:static final intAccepted by the <pname> parameter of GetQueryObjectivARB and GetQueryObjectuivARB:static final intAccepted by the <target> parameter of BeginQueryARB, EndQueryARB, and GetQueryivARB: -
Method Summary
Modifier and TypeMethodDescriptionstatic voidglBeginQueryARB(int target, int id) static voidglDeleteQueriesARB(int id) Overloads glDeleteQueriesARB.static voidstatic voidglEndQueryARB(int target) static intOverloads glGenQueriesARB.static voidglGenQueriesARB(IntBuffer ids) static intglGetQueryARB(int target, int pname) Deprecated.Will be removed in 3.0.static voidglGetQueryARB(int target, int pname, IntBuffer params) static intglGetQueryiARB(int target, int pname) Overloads glGetQueryivARB.static voidglGetQueryObjectARB(int id, int pname, IntBuffer params) static intglGetQueryObjectiARB(int id, int pname) Overloads glGetQueryObjectivARB.static voidglGetQueryObjectuARB(int id, int pname, IntBuffer params) static intglGetQueryObjectuiARB(int id, int pname) Overloads glGetQueryObjectuivARB.static booleanglIsQueryARB(int id)
-
Field Details
-
GL_SAMPLES_PASSED_ARB
public static final int GL_SAMPLES_PASSED_ARBAccepted by the <target> parameter of BeginQueryARB, EndQueryARB, and GetQueryivARB:- See Also:
-
GL_QUERY_COUNTER_BITS_ARB
public static final int GL_QUERY_COUNTER_BITS_ARBAccepted by the <pname> parameter of GetQueryivARB:- See Also:
-
GL_CURRENT_QUERY_ARB
public static final int GL_CURRENT_QUERY_ARBAccepted by the <pname> parameter of GetQueryivARB:- See Also:
-
GL_QUERY_RESULT_ARB
public static final int GL_QUERY_RESULT_ARBAccepted by the <pname> parameter of GetQueryObjectivARB and GetQueryObjectuivARB:- See Also:
-
GL_QUERY_RESULT_AVAILABLE_ARB
public static final int GL_QUERY_RESULT_AVAILABLE_ARBAccepted by the <pname> parameter of GetQueryObjectivARB and GetQueryObjectuivARB:- See Also:
-
-
Method Details
-
glGenQueriesARB
-
glGenQueriesARB
public static int glGenQueriesARB()Overloads glGenQueriesARB. -
glDeleteQueriesARB
-
glDeleteQueriesARB
public static void glDeleteQueriesARB(int id) Overloads glDeleteQueriesARB. -
glIsQueryARB
public static boolean glIsQueryARB(int id) -
glBeginQueryARB
public static void glBeginQueryARB(int target, int id) -
glEndQueryARB
public static void glEndQueryARB(int target) -
glGetQueryARB
-
glGetQueryARB
Deprecated.Will be removed in 3.0. UseglGetQueryiARB(int, int)instead.Overloads glGetQueryivARB. -
glGetQueryiARB
public static int glGetQueryiARB(int target, int pname) Overloads glGetQueryivARB. -
glGetQueryObjectARB
-
glGetQueryObjectiARB
public static int glGetQueryObjectiARB(int id, int pname) Overloads glGetQueryObjectivARB. -
glGetQueryObjectuARB
-
glGetQueryObjectuiARB
public static int glGetQueryObjectuiARB(int id, int pname) Overloads glGetQueryObjectuivARB.
-