Crate mugl

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§

alias
GPU object type definitions.
descriptor
GPU object descriptors.
empty
Empty backend
gl_const
All WebGL core and extension constants. See: https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API/Constants
gpu
GPU interface.
prelude
Core types.
primitive
Primitive types.
webgl
WebGL 2.0 backend using mugl JS
wgpu
WGPU backend