Sign in
dawn
/
dawn
/
be3b4859e53b0cfe0fa6b9eb954e18d705b0b49c
/
.
/
test
/
tint
/
expressions
/
zero_init
/
mat4x2
/
f16.wgsl.expected.msl
blob: 690ed345a67ba7f55ebbf7eb449c8e59ea882ae6 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
half4x2 v
=
half4x2
(
half2
(
0.0h
),
half2
(
0.0h
),
half2
(
0.0h
),
half2
(
0.0h
));
}