All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.lwjgl.opengl.ARBOcclusionQuery2 Maven / Gradle / Ivy

Go to download

The most widely adopted 2D and 3D graphics API in the industry, bringing thousands of applications to a wide variety of computer platforms.

There is a newer version: 3.3.4
Show newest version
/*
 * 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 - 2024 Weber Informatics LLC | Privacy Policy