blob: 7d2a57b0b1d14b5a375f692cf6062472885242ec [file] [log] [blame]
[[group(0), binding(0)]]
var<uniform> u : mat4x4<f32>;
[[stage(compute), workgroup_size(1)]]
fn main() {
let x = u;
}