Sign in
dawn
/
dawn
/
0880e0643379ff2535187662cb21a803ce974cfa
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
64bit
/
vec2i32-vec2u32.wgsl.expected.dxc.hlsl
blob: b4d2cadcb72c28f0d09db56383a7547791b5a1e3 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
const
int2 a
=
int2
(
1073757184
,
-
1006616064
);
const
uint2 b
=
asuint
(
a
);
return
;
}