Sign in
dawn
/
dawn
/
1fc6db312a66e9590c7e2c34fd8c65dafb895da3
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
128bit
/
vec4i32-vec4u32.wgsl.expected.msl
blob: b36d84ecd24fdef57fe7cee7b2acd74529b8250f [
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
);
return
;
}