blob: e6b4351c2c7143030c74cbad49dfd4dfb2d0b4f8 [file] [log] [blame]
// flags: --hlsl_shader_model 62
enable f16;
var<private> u : mat3x2<f32> = mat3x2<f32>(mat3x2<f16>(1.0h, 2.0h,
3.0h, 4.0h,
5.0h, 6.0h));