dawn-cmake/test/tint/statements/increment/workgroup.wgsl

6 lines
46 B
WebGPU Shading Language

var<workgroup> i : i32;
fn main() {
i++;
}