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