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