Sign in
dawn
/
dawn
/
4cd9a62b362e702cd1f46e37c2e8806d06cf1078
/
.
/
test
/
tint
/
expressions
/
zero_init
/
mat3x2
/
f16.wgsl.expected.msl
blob: 46feabe8181331bdaf3afa75fe3b642e9e447e74 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
half3x2 v
=
half3x2
(
half2
(
0.0h
),
half2
(
0.0h
),
half2
(
0.0h
));
}