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

7 lines
56 B
WebGPU Shading Language

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