web-dom 0.1.1

Simple bindings to the DOM using wasm-module
Documentation
1
2
3
4
5
6
#[allow(unused_imports)]
use crate::*;
pub const RGBA32F_EXT: f32 = 0x8814 as f32;
pub const RGB32F_EXT: f32 = 0x8815 as f32;
pub const FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT: f32 = 0x8211 as f32;
pub const UNSIGNED_NORMALIZED_EXT: f32 = 0x8C17 as f32;