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