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