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