macro_rules! include_wgsl {
    ($($token:tt)*) => { ... };
}
Available on crate feature wgpu only.
Expand description

Macro to load a WGSL module statically.