iced/glow
Greg V a65d6a11cb Add custom window background/clear color (incl. transparency) support, fixes #272
wgpu would currently ignore the alpha: https://github.com/gfx-rs/wgpu/issues/687

glow (and naively patched wgpu) requires premultiplied alpha, so if you don't
multiply the RGB by the A right now, the semi-transparent color would be wrong
(too bright).

winit with_transparent doesn't seem necessary.
2020-06-01 21:31:19 +03:00
..
src Add custom window background/clear color (incl. transparency) support, fixes #272 2020-06-01 21:31:19 +03:00
Cargo.toml Enable doc_cfg for docs.rs in iced_glow 2020-05-28 04:03:51 +02:00