Sign in
dawn
/
dawn
/
d0353f342bd47b043274cd3ba4cdbf37b4888d77
/
.
/
test
/
tint
/
expressions
/
bitcast
/
vector
/
i32-i32.wgsl.expected.fxc.hlsl
blob: 2304f932c2f2d853ad25d310cf909fc6fb087351 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
const
int3 a
=
int3
(
1
,
2
,
3
);
const
int3 b
=
asint
(
a
);
return
;
}