/* MACHINE GENERATED FILE, DO NOT EDIT */ package org.lwjgl.opengles; import org.lwjgl.*; import java.nio.*; public final class EXTTextureLODBias { /** * Accepted by the <target> parameters of GetTexEnvfv, GetTexEnviv, * TexEnvi, TexEnvf, Texenviv, and TexEnvfv: */ public static final int GL_TEXTURE_FILTER_CONTROL_EXT = 0x8500; /** * When the <target> parameter of GetTexEnvfv, GetTexEnviv, TexEnvi, * TexEnvf, TexEnviv, and TexEnvfv is TEXTURE_FILTER_CONTROL_EXT, then * the value of <pname> may be: */ public static final int GL_TEXTURE_LOD_BIAS_EXT = 0x8501; /** * Accepted by the <pname> parameters of GetBooleanv, GetIntegerv, * GetFloatv, and GetDoublev: */ public static final int GL_MAX_TEXTURE_LOD_BIAS_EXT = 0x84FD; private EXTTextureLODBias() {} }