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