Class ARBOcclusionQuery2



  • public final class ARBOcclusionQuery2
    extends java.lang.Object
    Native bindings to the ARB_occlusion_query2 extension.

    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.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int GL_ANY_SAMPLES_PASSED
      Accepted by the target parameter of BeginQuery, EndQuery, and GetQueryiv.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • GL_ANY_SAMPLES_PASSED

        public static final int GL_ANY_SAMPLES_PASSED
        Accepted by the target parameter of BeginQuery, EndQuery, and GetQueryiv.
        See Also:
        Constant Field Values