dawn-cmake/test/tint/builtins/gen/literal/atomicStore/726882.wgsl.expected.wgsl

11 lines
169 B
WebGPU Shading Language
Raw Normal View History

var<workgroup> arg_0 : atomic<u32>;
fn atomicStore_726882() {
atomicStore(&(arg_0), 1u);
}
@compute @workgroup_size(1)
fn compute_main() {
atomicStore_726882();
}