blob: 3cfa21e32de2d75c6958971e622aec9de2d8f937 [file] [log] [blame]
[[group(0), binding(0)]] var<uniform> u : array<vec4<f32>, 4>;
[[stage(compute), workgroup_size(1)]]
fn main() {
let x = u;
}