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