1 #![allow(unused_imports)]
2 use super::*;
3 use wasm_bindgen::prelude::*;
4 #[wasm_bindgen]
5 extern "C" {
6     # [wasm_bindgen (is_type_of = | _ | false , extends = :: js_sys :: Object , js_name = WEBGL_compressed_texture_pvrtc , typescript_type = "WEBGL_compressed_texture_pvrtc")]
7     #[derive(Debug, Clone, PartialEq, Eq)]
8     #[doc = "The `WebglCompressedTexturePvrtc` class."]
9     #[doc = ""]
10     #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WEBGL_compressed_texture_pvrtc)"]
11     #[doc = ""]
12     #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTexturePvrtc`*"]
13     pub type WebglCompressedTexturePvrtc;
14 }
15 impl WebglCompressedTexturePvrtc {
16     #[doc = "The `WEBGL_compressed_texture_pvrtc.COMPRESSED_RGB_PVRTC_4BPPV1_IMG` const."]
17     #[doc = ""]
18     #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTexturePvrtc`*"]
19     pub const COMPRESSED_RGB_PVRTC_4BPPV1_IMG: u32 = 35840u64 as u32;
20     #[doc = "The `WEBGL_compressed_texture_pvrtc.COMPRESSED_RGB_PVRTC_2BPPV1_IMG` const."]
21     #[doc = ""]
22     #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTexturePvrtc`*"]
23     pub const COMPRESSED_RGB_PVRTC_2BPPV1_IMG: u32 = 35841u64 as u32;
24     #[doc = "The `WEBGL_compressed_texture_pvrtc.COMPRESSED_RGBA_PVRTC_4BPPV1_IMG` const."]
25     #[doc = ""]
26     #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTexturePvrtc`*"]
27     pub const COMPRESSED_RGBA_PVRTC_4BPPV1_IMG: u32 = 35842u64 as u32;
28     #[doc = "The `WEBGL_compressed_texture_pvrtc.COMPRESSED_RGBA_PVRTC_2BPPV1_IMG` const."]
29     #[doc = ""]
30     #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTexturePvrtc`*"]
31     pub const COMPRESSED_RGBA_PVRTC_2BPPV1_IMG: u32 = 35843u64 as u32;
32 }
33