Sign in
dawn
/
dawn
/
29b45b55a7744186fb1bbcd5113302fb0ea4a3e4
/
.
/
test
/
tint
/
expressions
/
zero_init
/
mat3x2
/
f16.wgsl.expected.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
));
}