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