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