minwebgl 0.3.0

Minimal WebGL toolkit for concise graphics programming with utilities, shaders, and resource management
/// Internal namespace.
mod private
{
  
}

/// 2D texture utilities.
pub mod d2;
/// Cube texture utilities.
pub mod cube;

crate::mod_interface!
{
  own use 
  {
    d2,
    cube
  };
}