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
10
11
12
13
14
---
source: wgsl_bindgen/src/quote_gen/rust_module_builder.rs
---
pub mod a {
  pub mod b {
    pub mod c {
      struct B;
      struct C;
      pub mod d {
        struct A;
      }
    }
  }
}