Sign in
dawn
/
dawn
/
794186c68dfdc027d2d3e192f24eeb03a3e3cdcb
/
.
/
test
/
tint
/
expressions
/
zero_init
/
mat3x2
/
f16.wgsl.expected.ir.msl
blob: 8d92b85ff5e1effc24a3526d71c56757eb8aa590 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
half3x2 v
=
half3x2
(
half2
(
0.0h
),
half2
(
0.0h
),
half2
(
0.0h
));
}