maxcountryman_web_sys/features/
gen_WebglColorBufferFloat.rs

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