EXTTextureFilterAnisotropic
js.html.webgl.extension.EXTTextureFilterAnisotropic (extern class)
The EXT_texture_filter_anisotropic
extension is part of the WebGL API and exposes two constants for anisotropic filtering (AF).
Documentation EXT_texture_filter_anisotropic by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
Static Members
TEXTURE_MAX_ANISOTROPY_EXT: Int
This is the pname
argument to theĀ WebGLRenderingContext.getTexParameter
andĀ WebGLRenderingContext.texParameterf
/ WebGLRenderingContext.texParameteri
calls and sets the desired maximum anisotropy for a texture.
MAX_TEXTURE_MAX_ANISOTROPY_EXT: Int
This is the pname
argument to the WebGLRenderingContext.getParameter
call, and it returns the maximum available anisotropy.