W3cubDocs

/Haxe JavaScript

EXTTextureFilterAnisotropic

package js.html.webgl.extension

Available on js

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.

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/webgl/extension/EXTTextureFilterAnisotropic.html