blob: 57057b45cc4613b367647f5310e4d1c7fa6716a5 [file] [log] [blame]
SKIP: INVALID
enable subgroups;
@group(0) @binding(0) var<storage, read_write> prevent_dce : vec3<i32>;
fn subgroupAnd_1877b3() -> vec3<i32> {
var res : vec3<i32> = subgroupAnd(vec3<i32>(1i));
return res;
}
@compute @workgroup_size(1)
fn compute_main() {
prevent_dce = subgroupAnd_1877b3();
}
Failed to generate: <dawn>/test/tint/builtins/gen/literal/subgroupAnd/1877b3.wgsl:41:8 error: GLSL backend does not support extension 'subgroups'
enable subgroups;
^^^^^^^^^