Sign in
dawn
/
dawn
/
a8eb33756b228cf587ed065c0144e306def8f902
/
.
/
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
;
}