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

org.lwjgl.opengl.HPOcclusionTest 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 HPOcclusionTest {

	/**
	 *  Accepted by the <cap> parameter of Enable, Disable, and IsEnabled, by
	 *  the <pname> of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev :
	 */
	public static final int GL_OCCLUSION_TEST_HP = 0x8165;

	/**
	 *  Accepted by the <pname> of GetBooleanv, GetIntegerv, GetFloatv, and
	 *  GetDoublev :
	 */
	public static final int GL_OCCLUSION_TEST_RESULT_HP = 0x8166;

	private HPOcclusionTest() {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy