Crate mugl

source · []
Expand description

Minimalistic Low-level WebGL 2.0 / WebGPU 3D graphics abstraction layer for Rust and WebAssembly

Re-exports

pub use alias::*;
pub use descriptor::*;
pub use primitive::*;
pub use gpu::*;

Modules

GPU object type definitions.

GPU object descriptors.

Empty backend

GPU interface.

Core types.

Primitive types.

WebGL 2.0 backend using mugl JS

WGPU backend