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