Sign in
dawn
/
dawn
/
0880e0643379ff2535187662cb21a803ce974cfa
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
96bit
/
vec3u32-vec3f32.wgsl.expected.dxc.hlsl
blob: af592334ce5ee05c3b8bd7e27c90bf8ec78e1ce9 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
const
uint3 a
=
uint3
(
1073757184u
,
3288351232u
,
3296724992u
);
const
float3 b
=
asfloat
(
a
);
return
;
}