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