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