Sign in
dawn
/
dawn
/
a532ca42a219ce986809727d98f480109d07653f
/
.
/
test
/
tint
/
expressions
/
bitcast
/
let
/
64bit
/
vec2u32-vec2f32.wgsl.expected.ir.dxc.hlsl
blob: 90a8bf05fa85e27dea870939a56d3e7ce8e22a54 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
uint2 a
=
uint2
(
1073757184u
,
3288351232u
);
float2 b
=
asfloat
(
a
);
}