Sign in
dawn
/
dawn
/
deb2ec978575c5ead0ceeeb20b216a2c51c99578
/
.
/
test
/
tint
/
expressions
/
bitcast
/
vector
/
u32-f32.wgsl.expected.dxc.hlsl
blob: 72084e94a0ab95c389071e5829cfb792961aec51 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
const
uint3 a
=
uint3
(
1u
,
2u
,
3u
);
const
float3 b
=
asfloat
(
a
);
return
;
}