Sign in
dawn
/
dawn
/
3e01ddbb5c7e8f0bc03965a1497a6c7276e1ed24
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
128bit
/
vec4i32-vec4u32.wgsl.expected.ir.dxc.hlsl
blob: a8d6f4f33e58588bfb770bd098e096035ddae610 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
int4 a
=
int4
(
int
(
1073757184
),
int
(-
1006616064
),
int
(-
998242304
),
int
(
987654321
));
uint4 b
=
asuint
(
a
);
}