Sign in
dawn
/
dawn
/
c4bbf56708cc6295af6d5a68e135fd9061b3d897
/
.
/
test
/
tint
/
expressions
/
zero_init
/
vec2
/
f16.wgsl.expected.ir.msl
blob: 14aea750d96ca75c11d531732a7436f00ef47cb0 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
f
()
{
half2 v
=
half2
(
0.0h
);
}