librashader-runtime-wgpu 0.11.2

RetroArch shaders for all.
Documentation
1
2
3
4
5
6
mod hello_triangle;

#[test]
fn triangle_wgpu() {
    hello_triangle::run()
}