dawn-cmake/test/statements/for/condition.wgsl.expected.wgsl

6 lines
51 B
WebGPU Shading Language

fn f() {
var i : i32;
for(; (i < 4); ) {
}
}