Skip to content

Draft: make QML component behave correctly like QQuickFrameBufferObject does

john-stone requested to merge john-stone/QML into master

The current QML component suffers from several problems because it's not fully integrated correctly into the QML

Replace the current implementation with a much simpler one that behaves like QQuickFrameBuffer object does in the QML scene graph.

Merge request reports