dawn-cmake/test/shadowing/struct/param.wgsl

6 lines
53 B
WebGPU Shading Language

struct a { a : i32; };
fn f(a : a) {
let b = a;
}