public final class ARBOcclusionQuery2
extends java.lang.Object
This extension trivially adds a boolean occlusion query to ARB_occlusion_query.
While the counter-based occlusion query provided by ARB_occlusion_query is flexible, there is still value to a simple boolean, which is often sufficient for applications.
Promoted to core in OpenGL 3.3.
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_ANY_SAMPLES_PASSED
Accepted by the
target parameter of BeginQuery, EndQuery, and GetQueryiv. |
public static final int GL_ANY_SAMPLES_PASSED
target parameter of BeginQuery, EndQuery, and GetQueryiv.Copyright LWJGL. All Rights Reserved. License terms.