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