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

6 lines
44 B
WebGPU Shading Language

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