blob: 1d4aa8268478f2be81179ea635fb3e6e952fe760 [file] [log] [blame]
#![allow(unused_imports)]
use super::*;
use wasm_bindgen::prelude::*;
#[wasm_bindgen]
extern "C" {
# [wasm_bindgen (extends = :: js_sys :: Object , js_name = WebGLShader , typescript_type = "WebGLShader")]
#[derive(Debug, Clone, PartialEq, Eq)]
#[doc = "The `WebGlShader` class."]
#[doc = ""]
#[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/WebGLShader)"]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `WebGlShader`*"]
pub type WebGlShader;
}