Sign in
dawn
/
dawn
/
aef595799dea1914e56e0b32910065b6df1d3777
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
32bit
/
u32-vec2f16.wgsl.expected.msl
blob: c8d0f0a1649eafc4d2f2d6316a35c9739ec83063 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
uint
const
a
=
1073757184u
;
half2
const
b
=
as_type
<half2>
(
a
);
return
;
}