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

8 lines
91 B
WebGPU Shading Language

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