Sign in
dawn
/
dawn
/
3ddc07a18b8a22570ffe1e93f0a11d036462c192
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
128bit
/
vec4u32-vec4u32.wgsl.expected.msl
blob: 6c6d2d9db0be7b518adf253c283619ad2210f768 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
uint4
const
a
=
uint4
(
1073757184u
,
3288351232u
,
3296724992u
,
987654321u
);
uint4
const
b
=
as_type
<uint4>
(
a
);
return
;
}