1### Compilation failed: 2 3error: 8: modifier 'workgroup' is not permitted on a struct field 4 workgroup float bar; 5 ^^^^^^^^^^^^^^^^^^^^ 6error: 11: 'workgroup' is not permitted here 7workgroup texture2D tex; 8^^^^^^^^^ 9error: 13: 'workgroup' is not permitted here 10workgroup void a() {} 11^^^^^^^^^ 12error: 15: 'workgroup' is not permitted here 13void b(workgroup int b) {} 14 ^^^^^^^^^ 15error: 18: expected expression, but found 'workgroup' 16 workgroup bool x; 17 ^^^^^^^^^ 185 errors 19