Sign in
dawn
/
dawn
/
3ddc07a18b8a22570ffe1e93f0a11d036462c192
/
.
/
test
/
tint
/
expressions
/
bitcast
/
const
/
32bit
/
f32-u32.wgsl.expected.wgsl
blob: 378e4f8084840c8920757c28dad45b51961abe8d [
file
] [
log
] [
blame
]
@compute
@workgroup_size
(
1
)
fn f
()
{
const
a
:
f32
=
f32
(
2.003662109375f
);
let
b
:
u32
=
bitcast
<u32>
(
a
);
}