Search


Search something to see results

EXT_texture_filter_anisotropic

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

MDN Reference

interface EXT_texture_filter_anisotropic {
    TEXTURE_MAX_ANISOTROPY_EXT: 34046;
    MAX_TEXTURE_MAX_ANISOTROPY_EXT: 34047;
}

Index

Properties

Properties

TEXTURE_MAX_ANISOTROPY_EXT: 34046
MAX_TEXTURE_MAX_ANISOTROPY_EXT: 34047