Sign in
dawn
/
dawn
/
e856861fedf14ff9a480171e7ac69c78d11ae9ab
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
64bit
/
vec2f32-vec2i32.wgsl.expected.ir.msl
blob: 835c4e6116299c97ddbc9d0c3d02f288ea5eb1ad [
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
);
}