-
Task
-
Resolution: Won't Do
-
P2: Important
-
None
-
None
-
None
Currently, each QQuickWidget uses its own QOpenGLContext, meaning we are looking at "one texture atlas and glyph cache per qquickwidget instance + materials +textures. Maybe 10Megs each? Plus whatever the context itself costs" [according to Gunnar]
We should probably be doing the same thing the basic render loop does.