maxcountryman_web_sys/features/
gen_WebglDebugRendererInfo.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_debug_renderer_info , typescript_type = "WEBGL_debug_renderer_info")]
7    #[derive(Debug, Clone, PartialEq, Eq)]
8    #[doc = "The `WebglDebugRendererInfo` class."]
9    #[doc = ""]
10    #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WEBGL_debug_renderer_info)"]
11    #[doc = ""]
12    #[doc = "*This API requires the following crate features to be activated: `WebglDebugRendererInfo`*"]
13    pub type WebglDebugRendererInfo;
14}
15impl WebglDebugRendererInfo {
16    #[doc = "The `WEBGL_debug_renderer_info.UNMASKED_VENDOR_WEBGL` const."]
17    #[doc = ""]
18    #[doc = "*This API requires the following crate features to be activated: `WebglDebugRendererInfo`*"]
19    pub const UNMASKED_VENDOR_WEBGL: u32 = 37445u64 as u32;
20    #[doc = "The `WEBGL_debug_renderer_info.UNMASKED_RENDERER_WEBGL` const."]
21    #[doc = ""]
22    #[doc = "*This API requires the following crate features to be activated: `WebglDebugRendererInfo`*"]
23    pub const UNMASKED_RENDERER_WEBGL: u32 = 37446u64 as u32;
24}