Sign in
dawn
/
dawn
/
7112f3951b927b644a7067bd14ec0df722be93bf
/
.
/
test
/
tint
/
expressions
/
zero_init
/
mat2x3
/
f16.wgsl.expected.msl
blob: f01c3c69d3c2108bfd9114e58109c494f0ea284e [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
half2x3 v
=
half2x3
(
half3
(
0.0h
),
half3
(
0.0h
));
}