slint/internal/backends/gl
Simon Hausmann 033cf3721e Improve performance of opacity rendering
Avoid an opacity layer also in the case where it is applied to an element with no children.
2022-03-25 10:50:02 +01:00
..
fonts Fix glyph embedding on Linux 2022-02-23 12:13:10 +01:00
LICENSES Fix LICENSES symlinks 2022-02-09 17:05:47 +01:00
Cargo.toml Wasm GL backend: use a <input> element so it show the keyboard on mobile 2022-03-22 13:33:31 +01:00
event_loop.rs GL backend: don't force every window to be redrawn in case of animation 2022-03-23 17:43:48 +01:00
fonts.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
glcontext.rs janitor: silence compiler warning 2022-02-09 11:01:18 +01:00
glwindow.rs Make rendering_metrics_collector a public module 2022-03-24 21:20:28 +01:00
images.rs Implement correct opacity for the GL backend 2022-03-18 16:35:26 +01:00
lib.rs Improve performance of opacity rendering 2022-03-25 10:50:02 +01:00
README.md Change the Url from sixtyfps.io to slint-ui.com 2022-02-08 08:52:46 +01:00
stylemetrics.rs Build the backends without rtti unless needed (#1001) 2022-03-01 18:37:07 +01:00
svg.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
wasm_input_helper.rs Wasm: Hack to get input working despite composition (#1101) 2022-03-24 21:08:44 +01:00

NOTE: This library is an internal crate of the Slint project. This crate should not be used directly by applications using Slint. You should use the slint crate instead.

WARNING: This crate does not follow the semver convention for versioning and can only be used with version = "=x.y.z" in Cargo.toml.