blob: 3f4bab57c7b9c1c8e506b1b3af0986950deab8d5 [file] [log] [blame]
enable f16;
var<private> u : mat3x4<f16> = mat3x4<f16>(mat3x4<f32>(1.0f, 2.0f, 3.0f, 4.0f,
5.0f, 6.0f, 7.0f, 8.0f,
9.0f, 10.0f, 11.0f, 12.0f));