Sign in
dawn
/
dawn
/
1efee19cc3ff7accd96be894b8b82b4cebdf295a
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
64bit
/
vec2u32-vec4f16.wgsl.expected.msl
blob: 653511e44d3a2d138a7f3d5b48634043ddcf473b [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
uint2
const
a
=
uint2
(
1073757184u
,
3288351232u
);
half4
const
b
=
as_type
<half4>
(
a
);
return
;
}