maxcountryman_web_sys/features/
gen_ExtColorBufferHalfFloat.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 = EXT_color_buffer_half_float , typescript_type = "EXT_color_buffer_half_float")]
7 #[derive(Debug, Clone, PartialEq, Eq)]
8 #[doc = "The `ExtColorBufferHalfFloat` class."]
9 #[doc = ""]
10 #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/EXT_color_buffer_half_float)"]
11 #[doc = ""]
12 #[doc = "*This API requires the following crate features to be activated: `ExtColorBufferHalfFloat`*"]
13 pub type ExtColorBufferHalfFloat;
14}
15impl ExtColorBufferHalfFloat {
16 #[doc = "The `EXT_color_buffer_half_float.RGBA16F_EXT` const."]
17 #[doc = ""]
18 #[doc = "*This API requires the following crate features to be activated: `ExtColorBufferHalfFloat`*"]
19 pub const RGBA16F_EXT: u32 = 34842u64 as u32;
20 #[doc = "The `EXT_color_buffer_half_float.RGB16F_EXT` const."]
21 #[doc = ""]
22 #[doc = "*This API requires the following crate features to be activated: `ExtColorBufferHalfFloat`*"]
23 pub const RGB16F_EXT: u32 = 34843u64 as u32;
24 #[doc = "The `EXT_color_buffer_half_float.FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT` const."]
25 #[doc = ""]
26 #[doc = "*This API requires the following crate features to be activated: `ExtColorBufferHalfFloat`*"]
27 pub const FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT: u32 = 33297u64 as u32;
28 #[doc = "The `EXT_color_buffer_half_float.UNSIGNED_NORMALIZED_EXT` const."]
29 #[doc = ""]
30 #[doc = "*This API requires the following crate features to be activated: `ExtColorBufferHalfFloat`*"]
31 pub const UNSIGNED_NORMALIZED_EXT: u32 = 35863u64 as u32;
32}