Package org.lwjgl.opengles
Class EXTOcclusionQueryBoolean
java.lang.Object
org.lwjgl.opengles.EXTOcclusionQueryBoolean
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by the <target> parameter of BeginQueryEXT, EndQueryEXT, and GetQueryivEXT:static final intAccepted by the <target> parameter of BeginQueryEXT, EndQueryEXT, and GetQueryivEXT:static final intAccepted by the <pname> parameter of GetQueryivEXT:static final intAccepted by the <pname> parameter of GetQueryObjectivEXT and GetQueryObjectuivEXT:static final intAccepted by the <pname> parameter of GetQueryObjectivEXT and GetQueryObjectuivEXT: -
Method Summary
Modifier and TypeMethodDescriptionstatic voidglBeginQueryEXT(int target, int id) static voidglDeleteQueriesEXT(int id) Overloads glDeleteQueriesEXT.static voidstatic voidglEndQueryEXT(int target) static intOverloads glGenQueriesEXT.static voidglGenQueriesEXT(IntBuffer ids) static voidglGetQueryEXT(int target, int pname, IntBuffer params) static intglGetQueryiEXT(int target, int pname) Overloads glGetQueryivEXT.static voidglGetQueryObjectuEXT(int id, int pname, IntBuffer params) static intglGetQueryObjectuiEXT(int id, int pname) Overloads glGetQueryObjectuivEXT.static booleanglIsQueryEXT(int id)
-
Field Details
-
GL_ANY_SAMPLES_PASSED_EXT
public static final int GL_ANY_SAMPLES_PASSED_EXTAccepted by the <target> parameter of BeginQueryEXT, EndQueryEXT, and GetQueryivEXT:- See Also:
-
GL_ANY_SAMPLES_PASSED_CONSERVATIVE_EXT
public static final int GL_ANY_SAMPLES_PASSED_CONSERVATIVE_EXTAccepted by the <target> parameter of BeginQueryEXT, EndQueryEXT, and GetQueryivEXT:- See Also:
-
GL_CURRENT_QUERY_EXT
public static final int GL_CURRENT_QUERY_EXTAccepted by the <pname> parameter of GetQueryivEXT:- See Also:
-
GL_QUERY_RESULT_EXT
public static final int GL_QUERY_RESULT_EXTAccepted by the <pname> parameter of GetQueryObjectivEXT and GetQueryObjectuivEXT:- See Also:
-
GL_QUERY_RESULT_AVAILABLE_EXT
public static final int GL_QUERY_RESULT_AVAILABLE_EXTAccepted by the <pname> parameter of GetQueryObjectivEXT and GetQueryObjectuivEXT:- See Also:
-
-
Method Details
-
glGenQueriesEXT
-
glGenQueriesEXT
public static int glGenQueriesEXT()Overloads glGenQueriesEXT. -
glDeleteQueriesEXT
-
glDeleteQueriesEXT
public static void glDeleteQueriesEXT(int id) Overloads glDeleteQueriesEXT. -
glIsQueryEXT
public static boolean glIsQueryEXT(int id) -
glBeginQueryEXT
public static void glBeginQueryEXT(int target, int id) -
glEndQueryEXT
public static void glEndQueryEXT(int target) -
glGetQueryEXT
-
glGetQueryiEXT
public static int glGetQueryiEXT(int target, int pname) Overloads glGetQueryivEXT. -
glGetQueryObjectuEXT
-
glGetQueryObjectuiEXT
public static int glGetQueryObjectuiEXT(int id, int pname) Overloads glGetQueryObjectuivEXT.
-