blob: a93d3329881014c8e9f9159d0f1b98fe43698128 [file] [log] [blame]
enable f16;
var<private> m = mat3x3(mat3x3(0.0h, 1.0h, 2.0h, 3.0h, 4.0h, 5.0h, 6.0h, 7.0h, 8.0h));
fn f() -> mat3x3<f16> {
let m_1 = mat3x3(m);
return m_1;
}