blob: a2997a1736e6c1840a87240941728d2a3671cbc8 [file] [log] [blame]
SKIP: FAILED
[[block]]
struct SB_RW {
arg_0 : atomic<i32>;
};
[[group(0), binding(0)]] var<storage, read_write> sb_rw : SB_RW;
fn atomicMax_92aa72() {
var res : i32 = atomicMax(&(sb_rw.arg_0), 1);
}
[[stage(fragment)]]
fn fragment_main() {
atomicMax_92aa72();
}
[[stage(compute)]]
fn compute_main() {
atomicMax_92aa72();
}
Failed to generate: error: unknown type in EmitType: __atomic__i32