easygpu 0.0.9

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

pub use self::{depth::*, frame::*, index::*, uniform::*, vertex::*};