wgsl_bindgen 0.22.1

Type safe Rust bindings workflow for wgsl shaders in wgpu
Documentation
1
2
3
4
5
6
7
mod errors;
mod options;
mod wgsl_bindgen_impl;

pub use errors::*;
pub use options::*;
pub use wgsl_bindgen_impl::*;