Package org.lwjgl.opengles
Class EXTOcclusionQueryBoolean
- java.lang.Object
-
- org.lwjgl.opengles.EXTOcclusionQueryBoolean
-
public final class EXTOcclusionQueryBoolean extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intGL_ANY_SAMPLES_PASSED_CONSERVATIVE_EXTAccepted by the <target> parameter of BeginQueryEXT, EndQueryEXT, and GetQueryivEXT:static intGL_ANY_SAMPLES_PASSED_EXTAccepted by the <target> parameter of BeginQueryEXT, EndQueryEXT, and GetQueryivEXT:static intGL_CURRENT_QUERY_EXTAccepted by the <pname> parameter of GetQueryivEXT:static intGL_QUERY_RESULT_AVAILABLE_EXTAccepted by the <pname> parameter of GetQueryObjectivEXT and GetQueryObjectuivEXT:static intGL_QUERY_RESULT_EXTAccepted by the <pname> parameter of GetQueryObjectivEXT and GetQueryObjectuivEXT:
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidglBeginQueryEXT(int target, int id)static voidglDeleteQueriesEXT(int id)Overloads glDeleteQueriesEXT.static voidglDeleteQueriesEXT(IntBuffer ids)static voidglEndQueryEXT(int target)static intglGenQueriesEXT()Overloads 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 Detail
-
GL_ANY_SAMPLES_PASSED_EXT
public static final int GL_ANY_SAMPLES_PASSED_EXT
Accepted by the <target> parameter of BeginQueryEXT, EndQueryEXT, and GetQueryivEXT:- See Also:
- Constant Field Values
-
GL_ANY_SAMPLES_PASSED_CONSERVATIVE_EXT
public static final int GL_ANY_SAMPLES_PASSED_CONSERVATIVE_EXT
Accepted by the <target> parameter of BeginQueryEXT, EndQueryEXT, and GetQueryivEXT:- See Also:
- Constant Field Values
-
GL_CURRENT_QUERY_EXT
public static final int GL_CURRENT_QUERY_EXT
Accepted by the <pname> parameter of GetQueryivEXT:- See Also:
- Constant Field Values
-
GL_QUERY_RESULT_EXT
public static final int GL_QUERY_RESULT_EXT
Accepted by the <pname> parameter of GetQueryObjectivEXT and GetQueryObjectuivEXT:- See Also:
- Constant Field Values
-
GL_QUERY_RESULT_AVAILABLE_EXT
public static final int GL_QUERY_RESULT_AVAILABLE_EXT
Accepted by the <pname> parameter of GetQueryObjectivEXT and GetQueryObjectuivEXT:- See Also:
- Constant Field Values
-
-
Method Detail
-
glGenQueriesEXT
public static void glGenQueriesEXT(IntBuffer ids)
-
glGenQueriesEXT
public static int glGenQueriesEXT()
Overloads glGenQueriesEXT.
-
glDeleteQueriesEXT
public static void glDeleteQueriesEXT(IntBuffer ids)
-
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
public static void glGetQueryEXT(int target, int pname, IntBuffer params)
-
glGetQueryiEXT
public static int glGetQueryiEXT(int target, int pname)Overloads glGetQueryivEXT.
-
glGetQueryObjectuEXT
public static void glGetQueryObjectuEXT(int id, int pname, IntBuffer params)
-
glGetQueryObjectuiEXT
public static int glGetQueryObjectuiEXT(int id, int pname)Overloads glGetQueryObjectuivEXT.
-
-