easygpu 0.4.0

Simple wrapper around wgpu aiming to make some common operations easier
Documentation
1
2
3
4
5
6
#[derive(Debug)]
pub struct Shader {
    pub wgpu: wgpu::ShaderModule,
}

pub use wgpu::ShaderStages;