Sign in
dawn
/
dawn
/
3ddc07a18b8a22570ffe1e93f0a11d036462c192
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
128bit
/
vec4i32-vec4u32.wgsl.expected.ir.msl
blob: 30bc91cadc6240503a246b46b7e6508f1633ecf4 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
kernel
void
f
()
{
int4
const
a
=
int4
(
1073757184
,
-
1006616064
,
-
998242304
,
987654321
);
uint4
const
b
=
as_type
<uint4>
(
a
);
}