Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EXT_texture_filter_anisotropic

The EXT_texture_filter_anisotropic extension is part of the WebGL API and exposes two constants for anisotropic filtering (AF).

interface EXT_texture_filter_anisotropic {
readonly MAX_TEXTURE_MAX_ANISOTROPY_EXT: GLenum;
readonly TEXTURE_MAX_ANISOTROPY_EXT: GLenum;
}

§Properties

§
readonly MAX_TEXTURE_MAX_ANISOTROPY_EXT: GLenum
[src]
§
readonly TEXTURE_MAX_ANISOTROPY_EXT: GLenum
[src]