Sign in
dawn
/
dawn
/
418e8217f8eef3c39348e42c72ea1bf2661e87c6
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
32bit
/
vec2f16-f32.wgsl.expected.msl
blob: 34c54d2a824ff301d194e4f90b61c21c4dfa3b32 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
half2
const
a
=
half2
(
1.0h
,
2.0h
);
float
const
b
=
as_type
<float>
(
a
);
return
;
}