summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/interfaces/EXT_texture_filter_anisotropic.idl
blob: 5c78bfaf4fa518f09cce31b5663b51e4895a5408 (plain)
1
2
3
4
5
6
7
8
9
10
// GENERATED CONTENT - DO NOT EDIT
// Content was automatically extracted by Reffy into webref
// (https://github.com/w3c/webref)
// Source: WebGL EXT_texture_filter_anisotropic Khronos Ratified Extension Specification (https://registry.khronos.org/webgl/extensions/EXT_texture_filter_anisotropic/)

[Exposed=(Window,Worker), LegacyNoInterfaceObject]
interface EXT_texture_filter_anisotropic {
  const GLenum TEXTURE_MAX_ANISOTROPY_EXT       = 0x84FE;
  const GLenum MAX_TEXTURE_MAX_ANISOTROPY_EXT   = 0x84FF;
};