dawn-cmake/test/intrinsics/gen/atomicStore/8bea94.wgsl.expected.wgsl

11 lines
178 B
WebGPU Shading Language

var<workgroup> arg_0 : atomic<i32>;
fn atomicStore_8bea94() {
atomicStore(&(arg_0), 1);
}
[[stage(compute), workgroup_size(1)]]
fn compute_main() {
atomicStore_8bea94();
}