blob: d16789ab5dee0279952d1484ed9dcd8ad3aa7c98 [file] [log] [blame]
#![allow(unused_imports)]
use super::*;
use wasm_bindgen::prelude::*;
#[wasm_bindgen]
extern "C" {
# [wasm_bindgen (is_type_of = | _ | false , extends = :: js_sys :: Object , js_name = WEBGL_color_buffer_float , typescript_type = "WEBGL_color_buffer_float")]
#[derive(Debug, Clone, PartialEq, Eq)]
#[doc = "The `WebglColorBufferFloat` class."]
#[doc = ""]
#[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WEBGL_color_buffer_float)"]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `WebglColorBufferFloat`*"]
pub type WebglColorBufferFloat;
}
impl WebglColorBufferFloat {
#[doc = "The `WEBGL_color_buffer_float.RGBA32F_EXT` const."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `WebglColorBufferFloat`*"]
pub const RGBA32F_EXT: u32 = 34836u64 as u32;
#[doc = "The `WEBGL_color_buffer_float.RGB32F_EXT` const."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `WebglColorBufferFloat`*"]
pub const RGB32F_EXT: u32 = 34837u64 as u32;
#[doc = "The `WEBGL_color_buffer_float.FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT` const."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `WebglColorBufferFloat`*"]
pub const FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT: u32 = 33297u64 as u32;
#[doc = "The `WEBGL_color_buffer_float.UNSIGNED_NORMALIZED_EXT` const."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `WebglColorBufferFloat`*"]
pub const UNSIGNED_NORMALIZED_EXT: u32 = 35863u64 as u32;
}