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

org.lwjgl.opengles.EXTShadowSamplers Maven / Gradle / Ivy

There is a newer version: 2.9.3
Show newest version
/* MACHINE GENERATED FILE, DO NOT EDIT */

package org.lwjgl.opengles;

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

public final class EXTShadowSamplers {

	/**
	 *  Accepted by the <pname> parameter of TexParameterf, TexParameteri,
	 *  TexParameterfv, TexParameteriv, GetTexParameterfv, and GetTexParameteriv:
	 */
	public static final int GL_TEXTURE_COMPARE_MODE_EXT = 0x884C,
		GL_TEXTURE_COMPARE_FUNC_EXT = 0x884D;

	/**
	 *  Accepted by the <param> parameter of TexParameterf, TexParameteri,
	 *  TexParameterfv, and TexParameteriv when the <pname> parameter is
	 *  TEXTURE_COMPARE_MODE_EXT:
	 */
	public static final int GL_COMPARE_REF_TO_TEXTURE_EXT = 0x884E;

	private EXTShadowSamplers() {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy