dawn-cmake/test/tint/ptr_ref/store/global/i32.wgsl.expected.wgsl

8 lines
107 B
WebGPU Shading Language

var<private> I : i32;
@stage(compute) @workgroup_size(1)
fn main() {
I = 123;
I = ((100 + 20) + 3);
}