Sign in
dawn
/
dawn
/
3ddc07a18b8a22570ffe1e93f0a11d036462c192
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
64bit
/
vec2i32-vec2i32.wgsl.expected.ir.msl
blob: 4a07557df79aa64539e8d9a3e718893eb6c181c9 [
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
);
}