maxcountryman_web_sys/features/
gen_WebglCompressedTextureAtc.rs1#![allow(unused_imports)]
2use super::*;
3use wasm_bindgen::prelude::*;
4#[wasm_bindgen]
5extern "C" {
6 # [wasm_bindgen (is_type_of = | _ | false , extends = :: js_sys :: Object , js_name = WEBGL_compressed_texture_atc , typescript_type = "WEBGL_compressed_texture_atc")]
7 #[derive(Debug, Clone, PartialEq, Eq)]
8 #[doc = "The `WebglCompressedTextureAtc` class."]
9 #[doc = ""]
10 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WEBGL_compressed_texture_atc)"]
11 #[doc = ""]
12 #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureAtc`*"]
13 pub type WebglCompressedTextureAtc;
14}
15impl WebglCompressedTextureAtc {
16 #[doc = "The `WEBGL_compressed_texture_atc.COMPRESSED_RGB_ATC_WEBGL` const."]
17 #[doc = ""]
18 #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureAtc`*"]
19 pub const COMPRESSED_RGB_ATC_WEBGL: u32 = 35986u64 as u32;
20 #[doc = "The `WEBGL_compressed_texture_atc.COMPRESSED_RGBA_ATC_EXPLICIT_ALPHA_WEBGL` const."]
21 #[doc = ""]
22 #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureAtc`*"]
23 pub const COMPRESSED_RGBA_ATC_EXPLICIT_ALPHA_WEBGL: u32 = 35987u64 as u32;
24 #[doc = "The `WEBGL_compressed_texture_atc.COMPRESSED_RGBA_ATC_INTERPOLATED_ALPHA_WEBGL` const."]
25 #[doc = ""]
26 #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureAtc`*"]
27 pub const COMPRESSED_RGBA_ATC_INTERPOLATED_ALPHA_WEBGL: u32 = 34798u64 as u32;
28}