minwebgl 0.3.0

Minimal WebGL toolkit for concise graphics programming with utilities, shaders, and resource management
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/// Internal namespace.
mod private
{
  // use crate::*;
}

crate::mod_interface!
{

  // xxx : investigate
  reuse ::browser_log;
  exposed use ::wasm_bindgen::
  {
    JsCast,
  };

}