java.lang.Object
overrungl.opengl.ext.arb.GLARBOcclusionQuery
GLARBOcclusionQuery relies on preview features of the Java platform:
GLARBOcclusionQueryrefers to one or more preview APIs:MemorySegment.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
GL_ARB_occlusion_query- Since:
 - 0.1.0
 - Author:
 - squid233
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final int - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidglBeginQueryARB(int target, int id) static voidglDeleteQueriesARB(int n, MemorySegmentPREVIEW ids) static voidglEndQueryARB(int target) static voidglGenQueriesARB(int n, MemorySegmentPREVIEW ids) static voidglGetQueryivARB(int target, int pname, MemorySegmentPREVIEW params) static voidglGetQueryObjectivARB(int id, int pname, MemorySegmentPREVIEW params) static voidglGetQueryObjectuivARB(int id, int pname, MemorySegmentPREVIEW params) static booleanglIsQueryARB(int id) static voidload(GLExtCaps ext, GLLoadFunc load)  
- 
Field Details
- 
GL_QUERY_COUNTER_BITS_ARB
public static final int GL_QUERY_COUNTER_BITS_ARB- See Also:
 
 - 
GL_CURRENT_QUERY_ARB
public static final int GL_CURRENT_QUERY_ARB- See Also:
 
 - 
GL_QUERY_RESULT_ARB
public static final int GL_QUERY_RESULT_ARB- See Also:
 
 - 
GL_QUERY_RESULT_AVAILABLE_ARB
public static final int GL_QUERY_RESULT_AVAILABLE_ARB- See Also:
 
 - 
GL_SAMPLES_PASSED_ARB
public static final int GL_SAMPLES_PASSED_ARB- See Also:
 
 
 - 
 - 
Constructor Details
- 
GLARBOcclusionQuery
public GLARBOcclusionQuery() 
 - 
 - 
Method Details
- 
load
 - 
glBeginQueryARB
public static void glBeginQueryARB(int target, int id)  - 
glDeleteQueriesARB
 - 
glEndQueryARB
public static void glEndQueryARB(int target)  - 
glGenQueriesARB
 - 
glGetQueryObjectivARB
 - 
glGetQueryObjectuivARB
 - 
glGetQueryivARB
 - 
glIsQueryARB
public static boolean glIsQueryARB(int id)  
 - 
 
GLARBOcclusionQuerywhen preview features are enabled.