| 1 | #![allow (unused_imports)] |
| 2 | #![allow (clippy::all)] |
| 3 | use super::*; |
| 4 | use wasm_bindgen::prelude::*; |
| 5 | #[wasm_bindgen ] |
| 6 | unsafeextern "C" { |
| 7 | # [wasm_bindgen (is_type_of = | _ | false , extends = :: js_sys :: Object , js_name = EXT_texture_filter_anisotropic , typescript_type = "EXT_texture_filter_anisotropic" )] |
| 8 | #[derive (Debug, Clone, PartialEq, Eq)] |
| 9 | #[doc = "The `ExtTextureFilterAnisotropic` class." ] |
| 10 | #[doc = "" ] |
| 11 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/EXT_texture_filter_anisotropic)" ] |
| 12 | #[doc = "" ] |
| 13 | #[doc = "*This API requires the following crate features to be activated: `ExtTextureFilterAnisotropic`*" ] |
| 14 | pub type ExtTextureFilterAnisotropic; |
| 15 | } |
| 16 | impl ExtTextureFilterAnisotropic { |
| 17 | #[doc = "The `EXT_texture_filter_anisotropic.TEXTURE_MAX_ANISOTROPY_EXT` const." ] |
| 18 | #[doc = "" ] |
| 19 | #[doc = "*This API requires the following crate features to be activated: `ExtTextureFilterAnisotropic`*" ] |
| 20 | pub const TEXTURE_MAX_ANISOTROPY_EXT: u32 = 34046u64 as u32; |
| 21 | #[doc = "The `EXT_texture_filter_anisotropic.MAX_TEXTURE_MAX_ANISOTROPY_EXT` const." ] |
| 22 | #[doc = "" ] |
| 23 | #[doc = "*This API requires the following crate features to be activated: `ExtTextureFilterAnisotropic`*" ] |
| 24 | pub const MAX_TEXTURE_MAX_ANISOTROPY_EXT: u32 = 34047u64 as u32; |
| 25 | } |
| 26 | |