blob: 79e7a541aceeccc4a2f0853c27d34d82f4aa983d [file] [log] [blame]
SKIP: FAILED
enable subgroups;
@group(0) @binding(0) var<storage, read_write> prevent_dce : vec4<u32>;
fn subgroupMax_15ccbf() -> vec4<u32> {
var res : vec4<u32> = subgroupMax(vec4<u32>(1u));
return res;
}
@compute @workgroup_size(1)
fn compute_main() {
prevent_dce = subgroupMax_15ccbf();
}
Failed to generate: <dawn>/test/tint/builtins/gen/literal/subgroupMax/15ccbf.wgsl:41:8 error: GLSL backend does not support extension 'subgroups'
enable subgroups;
^^^^^^^^^