Sign in
dawn
/
dawn
/
41911d05584eef5a8b7237a3ff33b8c373df52a6
/
.
/
test
/
tint
/
expressions
/
zero_init
/
mat2x2
/
f16.wgsl.expected.msl
blob: 1f9c7461ce88c91f2d822a01d3daafd0870c80ed [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
half2x2 v
=
half2x2
(
half2
(
0.0h
),
half2
(
0.0h
));
}