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