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