dawn-cmake/test/tint/shadowing/param/let.wgsl.expected.wgsl

7 lines
56 B
WebGPU Shading Language

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