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