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