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

4 lines
41 B
WebGPU Shading Language

fn f(vec3f : vec3f) {
let b = vec3f;
}