Sign in
dawn
/
dawn
/
3d64565e2eb8fe4a377b18e288edac70d28d586f
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
16bit
/
f16-f16.wgsl.expected.msl
blob: a8b3e00087f4a7fdd4ffca40c5c62985732bffe9 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
half
const
a
=
1.0h
;
half
const
b
=
as_type
<half>
(
a
);
return
;
}