wgsl_to_wgpu 0.10.0

Generate typesafe Rust bindings from WGSL shaders to wgpu
Documentation
1
2
3
4
5
6
struct Transforms {};

@group(0) @binding(0) var<uniform> transforms: Transforms;

@fragment
fn fs_main() {}