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