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