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 also:
Static variables
staticinlineread onlyMAX_TEXTURE_MAX_ANISOTROPY_EXT:Int = 34047
This is the pname
argument to the WebGLRenderingContext.getParameter
call, and it returns the maximum available anisotropy.
staticinlineread onlyTEXTURE_MAX_ANISOTROPY_EXT:Int = 34046
This is the pname
argument to theĀ WebGLRenderingContext.getTexParameter
andĀ WebGLRenderingContext.texParameterf
/ WebGLRenderingContext.texParameteri
calls and sets the desired maximum anisotropy for a texture.