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