Sign in
dawn
/
dawn
/
794186c68dfdc027d2d3e192f24eeb03a3e3cdcb
/
.
/
test
/
tint
/
expressions
/
zero_init
/
mat2x2
/
f32.wgsl.expected.ir.msl
blob: 15c985173c4aefcd860f0b5d831c853e38dae7e6 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
float2x2 v
=
float2x2
(
float2
(
0.0f
),
float2
(
0.0f
));
}