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