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