dawn-cmake/test/tint/builtins/gen/literal/atomicSub/0d26c2.wgsl.expected.wgsl

14 lines
267 B
WebGPU Shading Language
Raw Normal View History

var<workgroup> arg_0 : atomic<u32>;
fn atomicSub_0d26c2() {
var res : u32 = atomicSub(&(arg_0), 1u);
prevent_dce = res;
}
@group(2) @binding(0) var<storage, read_write> prevent_dce : u32;
@compute @workgroup_size(1)
fn compute_main() {
atomicSub_0d26c2();
}