macro_rules! kernel_wgsl {
    (
        $struct:ident,
        $file:expr
    ) => { ... };
}
Expand description

Generates kernel source code by replacing some information using templating.