org.lwjgl.opengl.ARBOcclusionQuery2 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl-opengl Show documentation
Show all versions of lwjgl-opengl Show documentation
The most widely adopted 2D and 3D graphics API in the industry, bringing thousands of applications to a wide variety of computer platforms.
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
package org.lwjgl.opengl;
/**
* Native bindings to the ARB_occlusion_query2 extension.
*
* This extension trivially adds a boolean occlusion query to {@link ARBOcclusionQuery 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 {@link GL33 OpenGL 3.3}.
*/
public final class ARBOcclusionQuery2 {
/** Accepted by the {@code target} parameter of BeginQuery, EndQuery, and GetQueryiv. */
public static final int GL_ANY_SAMPLES_PASSED = 0x8C2F;
private ARBOcclusionQuery2() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy