Sign in
dawn
/
dawn
/
7e811fe56367a10a98a6f9e3b525af84d1ef52dd
/
.
/
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
));
}