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

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

The newest version!
/* MACHINE GENERATED FILE, DO NOT EDIT */

package org.lwjgl.opengl;

import org.lwjgl.*;
import java.nio.*;

public final class ARBConditionalRenderInverted {

	/**
	 * Accepted by the <mode> parameter of BeginConditionalRender: 
	 */
	public static final int GL_QUERY_WAIT_INVERTED = 0x8E17,
		GL_QUERY_NO_WAIT_INVERTED = 0x8E18,
		GL_QUERY_BY_REGION_WAIT_INVERTED = 0x8E19,
		GL_QUERY_BY_REGION_NO_WAIT_INVERTED = 0x8E1A;

	private ARBConditionalRenderInverted() {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy