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