blob: 4f0d8fc2bf8c537865312ece45d6cf092e0a0874 [file] [log] [blame]
@group(0) @binding(0) var<uniform> u : mat4x2<f32>;
@compute @workgroup_size(1)
fn f() {
let t = transpose(u);
let l = length(u[1]);
let a = abs(u[0].yx.x);
}