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