wgsl_bindgen 0.22.0

Type safe Rust bindings workflow for wgsl shaders in wgpu
Documentation
1
2
3
4
5
6
7
8
9
---
source: wgsl_bindgen/src/quote_gen/rust_module_builder.rs
---
pub mod a {
  struct B;
  pub mod b {
    struct A;
  }
}