mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 06:41:14 +00:00
![]() When the renderer does not re-implement visit_clip, we call combine_clip. Then we're missing out on an optimization the GL renderer does: When the resulting clip region is empty, we do not need to recurse into children for rendering. That itself reduces the property dependency chain and avoids unnecessary updates when invisible (clipped) children change properties. |
||
---|---|---|
.. | ||
LICENSES | ||
qt_widgets | ||
accessible_generated.rs | ||
build.rs | ||
Cargo.toml | ||
key_generated.rs | ||
lib.rs | ||
LICENSE.QT | ||
qt_accessible.rs | ||
qt_widgets.rs | ||
qt_window.rs | ||
QtThirdPartySoftware_Listing.txt | ||
README.md |
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.