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

6 lines
52 B
WebGPU Shading Language

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