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