blob: 61d5dda355c58a169cc1e75ff81355e9f196b90a [file] [log] [blame]
SKIP: FAILED
enable subgroups;
@group(0) @binding(0) var<storage, read_write> prevent_dce : vec2<f32>;
fn subgroupMin_2d8828() -> vec2<f32> {
var arg_0 = vec2<f32>(1.0f);
var res : vec2<f32> = subgroupMin(arg_0);
return res;
}
@compute @workgroup_size(1)
fn compute_main() {
prevent_dce = subgroupMin_2d8828();
}
Failed to generate: <dawn>/test/tint/builtins/gen/var/subgroupMin/2d8828.wgsl:41:8 error: GLSL backend does not support extension 'subgroups'
enable subgroups;
^^^^^^^^^