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