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