blob: adbfaa9dd32ed543b66bc6fda5c76973497ba63c [file] [log] [blame]
enable subgroups;
@group(0) @binding(0) var<storage, read_write> prevent_dce : vec4<f32>;
fn subgroupExclusiveMul_7b5f57() -> vec4<f32> {
var arg_0 = vec4<f32>(1.0f);
var res : vec4<f32> = subgroupExclusiveMul(arg_0);
return res;
}
@compute @workgroup_size(1)
fn compute_main() {
prevent_dce = subgroupExclusiveMul_7b5f57();
}