easygpu 0.0.9

Simple wrapper around wgpu aiming to make some common operations easier
Documentation
1
2
3
4
5
6
use euclid::Transform3D;

pub struct ScreenSpace;
pub struct WorldSpace;

pub type ScreenTransformation<S> = Transform3D<S, WorldSpace, ScreenSpace>;