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