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