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