dawn-cmake/test/builtins/gen/atomicMin/69d383.wgsl.expected.wgsl

11 lines
186 B
WebGPU Shading Language
Raw Normal View History

var<workgroup> arg_0 : atomic<u32>;
fn atomicMin_69d383() {
var res : u32 = atomicMin(&(arg_0), 1u);
}
@stage(compute) @workgroup_size(1)
fn compute_main() {
atomicMin_69d383();
}