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

org.lwjgl.opengles.EXTTextureFilterAnisotropic 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 EXTTextureFilterAnisotropic {

	/**
	 *  Accepted by the <pname> parameters of GetTexParameterfv,
	 *  GetTexParameteriv, TexParameterf, TexParameterfv, TexParameteri,
	 *  and TexParameteriv:
	 */
	public static final int GL_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FE;

	/**
	 *  Accepted by the <pname> parameters of GetBooleanv,
	 *  GetFloatv, and GetIntegerv:
	 */
	public static final int GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FF;

	private EXTTextureFilterAnisotropic() {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy