Class GLARBOcclusionQuery

java.lang.Object
overrungl.opengl.ext.arb.GLARBOcclusionQuery

public final class GLARBOcclusionQuery extends Object
GLARBOcclusionQuery relies on preview features of the Java platform:
  • GLARBOcclusionQuery refers to one or more preview APIs: MemorySegment.
Programs can only use GLARBOcclusionQuery when preview features are enabled.
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 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

      public static void load(GLExtCaps ext, GLLoadFunc load)
    • glBeginQueryARB

      public static void glBeginQueryARB(int target, int id)
    • glDeleteQueriesARB

      public static void glDeleteQueriesARB(int n, MemorySegmentPREVIEW ids)
    • glEndQueryARB

      public static void glEndQueryARB(int target)
    • glGenQueriesARB

      public static void glGenQueriesARB(int n, MemorySegmentPREVIEW ids)
    • glGetQueryObjectivARB

      public static void glGetQueryObjectivARB(int id, int pname, MemorySegmentPREVIEW params)
    • glGetQueryObjectuivARB

      public static void glGetQueryObjectuivARB(int id, int pname, MemorySegmentPREVIEW params)
    • glGetQueryivARB

      public static void glGetQueryivARB(int target, int pname, MemorySegmentPREVIEW params)
    • glIsQueryARB

      public static boolean glIsQueryARB(int id)