summaryrefslogtreecommitdiffstats
path: root/vendor/web-sys/src/features/gen_WebglCompressedTextureAstc.rs
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-18 02:49:50 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-18 02:49:50 +0000
commit9835e2ae736235810b4ea1c162ca5e65c547e770 (patch)
tree3fcebf40ed70e581d776a8a4c65923e8ec20e026 /vendor/web-sys/src/features/gen_WebglCompressedTextureAstc.rs
parentReleasing progress-linux version 1.70.0+dfsg2-1~progress7.99u1. (diff)
downloadrustc-9835e2ae736235810b4ea1c162ca5e65c547e770.tar.xz
rustc-9835e2ae736235810b4ea1c162ca5e65c547e770.zip
Merging upstream version 1.71.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/web-sys/src/features/gen_WebglCompressedTextureAstc.rs')
-rw-r--r--vendor/web-sys/src/features/gen_WebglCompressedTextureAstc.rs135
1 files changed, 135 insertions, 0 deletions
diff --git a/vendor/web-sys/src/features/gen_WebglCompressedTextureAstc.rs b/vendor/web-sys/src/features/gen_WebglCompressedTextureAstc.rs
new file mode 100644
index 000000000..fb369c283
--- /dev/null
+++ b/vendor/web-sys/src/features/gen_WebglCompressedTextureAstc.rs
@@ -0,0 +1,135 @@
+#![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_astc , typescript_type = "WEBGL_compressed_texture_astc")]
+ #[derive(Debug, Clone, PartialEq, Eq)]
+ #[doc = "The `WebglCompressedTextureAstc` class."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WEBGL_compressed_texture_astc)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureAstc`*"]
+ pub type WebglCompressedTextureAstc;
+ # [wasm_bindgen (method , structural , js_class = "WEBGL_compressed_texture_astc" , js_name = getSupportedProfiles)]
+ #[doc = "The `getSupportedProfiles()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WEBGL_compressed_texture_astc/getSupportedProfiles)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureAstc`*"]
+ pub fn get_supported_profiles(this: &WebglCompressedTextureAstc) -> Option<::js_sys::Array>;
+}
+impl WebglCompressedTextureAstc {
+ #[doc = "The `WEBGL_compressed_texture_astc.COMPRESSED_RGBA_ASTC_4x4_KHR` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureAstc`*"]
+ pub const COMPRESSED_RGBA_ASTC_4X4_KHR: u32 = 37808u64 as u32;
+ #[doc = "The `WEBGL_compressed_texture_astc.COMPRESSED_RGBA_ASTC_5x4_KHR` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureAstc`*"]
+ pub const COMPRESSED_RGBA_ASTC_5X4_KHR: u32 = 37809u64 as u32;
+ #[doc = "The `WEBGL_compressed_texture_astc.COMPRESSED_RGBA_ASTC_5x5_KHR` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureAstc`*"]
+ pub const COMPRESSED_RGBA_ASTC_5X5_KHR: u32 = 37810u64 as u32;
+ #[doc = "The `WEBGL_compressed_texture_astc.COMPRESSED_RGBA_ASTC_6x5_KHR` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureAstc`*"]
+ pub const COMPRESSED_RGBA_ASTC_6X5_KHR: u32 = 37811u64 as u32;
+ #[doc = "The `WEBGL_compressed_texture_astc.COMPRESSED_RGBA_ASTC_6x6_KHR` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureAstc`*"]
+ pub const COMPRESSED_RGBA_ASTC_6X6_KHR: u32 = 37812u64 as u32;
+ #[doc = "The `WEBGL_compressed_texture_astc.COMPRESSED_RGBA_ASTC_8x5_KHR` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureAstc`*"]
+ pub const COMPRESSED_RGBA_ASTC_8X5_KHR: u32 = 37813u64 as u32;
+ #[doc = "The `WEBGL_compressed_texture_astc.COMPRESSED_RGBA_ASTC_8x6_KHR` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureAstc`*"]
+ pub const COMPRESSED_RGBA_ASTC_8X6_KHR: u32 = 37814u64 as u32;
+ #[doc = "The `WEBGL_compressed_texture_astc.COMPRESSED_RGBA_ASTC_8x8_KHR` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureAstc`*"]
+ pub const COMPRESSED_RGBA_ASTC_8X8_KHR: u32 = 37815u64 as u32;
+ #[doc = "The `WEBGL_compressed_texture_astc.COMPRESSED_RGBA_ASTC_10x5_KHR` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureAstc`*"]
+ pub const COMPRESSED_RGBA_ASTC_10X5_KHR: u32 = 37816u64 as u32;
+ #[doc = "The `WEBGL_compressed_texture_astc.COMPRESSED_RGBA_ASTC_10x6_KHR` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureAstc`*"]
+ pub const COMPRESSED_RGBA_ASTC_10X6_KHR: u32 = 37817u64 as u32;
+ #[doc = "The `WEBGL_compressed_texture_astc.COMPRESSED_RGBA_ASTC_10x8_KHR` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureAstc`*"]
+ pub const COMPRESSED_RGBA_ASTC_10X8_KHR: u32 = 37818u64 as u32;
+ #[doc = "The `WEBGL_compressed_texture_astc.COMPRESSED_RGBA_ASTC_10x10_KHR` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureAstc`*"]
+ pub const COMPRESSED_RGBA_ASTC_10X10_KHR: u32 = 37819u64 as u32;
+ #[doc = "The `WEBGL_compressed_texture_astc.COMPRESSED_RGBA_ASTC_12x10_KHR` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureAstc`*"]
+ pub const COMPRESSED_RGBA_ASTC_12X10_KHR: u32 = 37820u64 as u32;
+ #[doc = "The `WEBGL_compressed_texture_astc.COMPRESSED_RGBA_ASTC_12x12_KHR` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureAstc`*"]
+ pub const COMPRESSED_RGBA_ASTC_12X12_KHR: u32 = 37821u64 as u32;
+ #[doc = "The `WEBGL_compressed_texture_astc.COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureAstc`*"]
+ pub const COMPRESSED_SRGB8_ALPHA8_ASTC_4X4_KHR: u32 = 37840u64 as u32;
+ #[doc = "The `WEBGL_compressed_texture_astc.COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureAstc`*"]
+ pub const COMPRESSED_SRGB8_ALPHA8_ASTC_5X4_KHR: u32 = 37841u64 as u32;
+ #[doc = "The `WEBGL_compressed_texture_astc.COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureAstc`*"]
+ pub const COMPRESSED_SRGB8_ALPHA8_ASTC_5X5_KHR: u32 = 37842u64 as u32;
+ #[doc = "The `WEBGL_compressed_texture_astc.COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureAstc`*"]
+ pub const COMPRESSED_SRGB8_ALPHA8_ASTC_6X5_KHR: u32 = 37843u64 as u32;
+ #[doc = "The `WEBGL_compressed_texture_astc.COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureAstc`*"]
+ pub const COMPRESSED_SRGB8_ALPHA8_ASTC_6X6_KHR: u32 = 37844u64 as u32;
+ #[doc = "The `WEBGL_compressed_texture_astc.COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureAstc`*"]
+ pub const COMPRESSED_SRGB8_ALPHA8_ASTC_8X5_KHR: u32 = 37845u64 as u32;
+ #[doc = "The `WEBGL_compressed_texture_astc.COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureAstc`*"]
+ pub const COMPRESSED_SRGB8_ALPHA8_ASTC_8X6_KHR: u32 = 37846u64 as u32;
+ #[doc = "The `WEBGL_compressed_texture_astc.COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureAstc`*"]
+ pub const COMPRESSED_SRGB8_ALPHA8_ASTC_8X8_KHR: u32 = 37847u64 as u32;
+ #[doc = "The `WEBGL_compressed_texture_astc.COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureAstc`*"]
+ pub const COMPRESSED_SRGB8_ALPHA8_ASTC_10X5_KHR: u32 = 37848u64 as u32;
+ #[doc = "The `WEBGL_compressed_texture_astc.COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureAstc`*"]
+ pub const COMPRESSED_SRGB8_ALPHA8_ASTC_10X6_KHR: u32 = 37849u64 as u32;
+ #[doc = "The `WEBGL_compressed_texture_astc.COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureAstc`*"]
+ pub const COMPRESSED_SRGB8_ALPHA8_ASTC_10X8_KHR: u32 = 37850u64 as u32;
+ #[doc = "The `WEBGL_compressed_texture_astc.COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureAstc`*"]
+ pub const COMPRESSED_SRGB8_ALPHA8_ASTC_10X10_KHR: u32 = 37851u64 as u32;
+ #[doc = "The `WEBGL_compressed_texture_astc.COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureAstc`*"]
+ pub const COMPRESSED_SRGB8_ALPHA8_ASTC_12X10_KHR: u32 = 37852u64 as u32;
+ #[doc = "The `WEBGL_compressed_texture_astc.COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `WebglCompressedTextureAstc`*"]
+ pub const COMPRESSED_SRGB8_ALPHA8_ASTC_12X12_KHR: u32 = 37853u64 as u32;
+}