Details
-
Task
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
-
None
Description
For some embedded hardware it can be beneficial to do CPU side culling of nodes that are outside of the viewport or clip region.
One discussed approach is to introduce an internal flag itemCullsChildren that could be used by certain items such as Flickable and PathView where this problem often occurs. The actual culling could be done in QQuickWindow::updateDirtyNodes.
Attachments
Issue Links
- relates to
-
QTBUG-67274 Qt Quick lacks a built-in solution for rendering only items that are visible
- Open