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