easygpu 0.5.0

Simple wrapper around wgpu aiming to make some common operations easier
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod depth;
mod frame;
mod index;
mod uniform;
mod vertex;

pub use self::depth::*;
pub use self::frame::*;
pub use self::index::*;
pub use self::uniform::*;
pub use self::vertex::*;