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