org.lwjgl.opengles
Class EXTTextureFilterAnisotropic

java.lang.Object
  extended by org.lwjgl.opengles.EXTTextureFilterAnisotropic

public final class EXTTextureFilterAnisotropic
extends java.lang.Object


Field Summary
static int GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT
          Accepted by the <pname> parameters of GetBooleanv, GetFloatv, and GetIntegerv:
static int GL_TEXTURE_MAX_ANISOTROPY_EXT
          Accepted by the <pname> parameters of GetTexParameterfv, GetTexParameteriv, TexParameterf, TexParameterfv, TexParameteri, and TexParameteriv:
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GL_TEXTURE_MAX_ANISOTROPY_EXT

public static final int GL_TEXTURE_MAX_ANISOTROPY_EXT
Accepted by the <pname> parameters of GetTexParameterfv, GetTexParameteriv, TexParameterf, TexParameterfv, TexParameteri, and TexParameteriv:

See Also:
Constant Field Values

GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT

public static final int GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT
Accepted by the <pname> parameters of GetBooleanv, GetFloatv, and GetIntegerv:

See Also:
Constant Field Values


Copyright © 2002-2009 lwjgl.org. All Rights Reserved.