Sign in
dawn
/
dawn
/
43c5efa7e813dab3b7991cdbc901dce4c639b64f
/
.
/
test
/
tint
/
expressions
/
zero_init
/
mat3x3
/
f16.wgsl.expected.msl
blob: 6190f9ad8555cfb6b22a37041d5d78a00ad64349 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
half3x3 v
=
half3x3
(
half3
(
0.0h
),
half3
(
0.0h
),
half3
(
0.0h
));
}