easy-gpu 0.1.2

wgpu wrapper to manage assets and remove boilerplate
Documentation
1
2
3
4
5
pub struct Texture {
    pub texture: wgpu::Texture,
    pub view: wgpu::TextureView,
    pub sampler: wgpu::Sampler,
}