summaryrefslogtreecommitdiffstats
path: root/vendor/web-sys/src/features/gen_WebglCompressedTextureS3tc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/web-sys/src/features/gen_WebglCompressedTextureS3tc.rs')
-rw-r--r--vendor/web-sys/src/features/gen_WebglCompressedTextureS3tc.rs32
1 files changed, 32 insertions, 0 deletions
diff --git a/vendor/web-sys/src/features/gen_WebglCompressedTextureS3tc.rs b/vendor/web-sys/src/features/gen_WebglCompressedTextureS3tc.rs
new file mode 100644
index 000000000..450b1a730
--- /dev/null
+++ b/vendor/web-sys/src/features/gen_WebglCompressedTextureS3tc.rs
@@ -0,0 +1,32 @@
+#![allow(unused_imports)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[wasm_bindgen]
+extern "C" {
+ # [wasm_bindgen (is_type_of = | _ | false , extends = :: js_sys :: Object , js_name = WEBGL_compressed_texture_s3tc , typescript_type = "WEBGL_compressed_texture_s3tc")]
+ #[derive(Debug, Clone, PartialEq, Eq)]
+ #[doc = "The `WebglCompressedTextureS3tc` class."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WEBGL_compressed_texture_s3tc)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureS3tc`*"]
+ pub type WebglCompressedTextureS3tc;
+}
+impl WebglCompressedTextureS3tc {
+ #[doc = "The `WEBGL_compressed_texture_s3tc.COMPRESSED_RGB_S3TC_DXT1_EXT` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureS3tc`*"]
+ pub const COMPRESSED_RGB_S3TC_DXT1_EXT: u32 = 33776u64 as u32;
+ #[doc = "The `WEBGL_compressed_texture_s3tc.COMPRESSED_RGBA_S3TC_DXT1_EXT` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureS3tc`*"]
+ pub const COMPRESSED_RGBA_S3TC_DXT1_EXT: u32 = 33777u64 as u32;
+ #[doc = "The `WEBGL_compressed_texture_s3tc.COMPRESSED_RGBA_S3TC_DXT3_EXT` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureS3tc`*"]
+ pub const COMPRESSED_RGBA_S3TC_DXT3_EXT: u32 = 33778u64 as u32;
+ #[doc = "The `WEBGL_compressed_texture_s3tc.COMPRESSED_RGBA_S3TC_DXT5_EXT` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureS3tc`*"]
+ pub const COMPRESSED_RGBA_S3TC_DXT5_EXT: u32 = 33779u64 as u32;
+}