nuance 0.3.2

A tool to run your shaders on the gpu. Also a good demo application for wgpu-rs.
Documentation
1
2
3
4
5
//! This library contains code to parse, load and render shaders on the GPU

pub use shader::*;

mod shader;