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