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