dawn-cmake/test/tint/identifiers/underscore/double/parameter.wgsl

4 lines
35 B
WebGPU Shading Language

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