Sign in
dawn
/
dawn
/
a35bac7ac6186eefd258ec15b4d29945485d0352
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
32bit
/
vec2f16-u32.wgsl.expected.ir.msl
blob: 659158475e9a3851f17752c4efc3fa6f6e845745 [
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
);
}