blob: 28f1e19ff32714c7f6b062f64b30e5044e18140f [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
bool tint_workgroupUniformLoad(inout bool p) {
GroupMemoryBarrierWithGroupSync();
const bool result = p;
GroupMemoryBarrierWithGroupSync();
return result;
}
groupshared bool v;
bool foo() {
return tint_workgroupUniformLoad(v);
}