How to enable threaded scene graph rendering on Windows?
QML and Qt Quick
4
Posts
2
Posters
2.3k
Views
1
Watching
-
Control Panel->System->Preferences->Advanced->Environment variables.
Or make a .bat script and add there:
@
set QML_FORCE_THREADED_RENDERER="1"
@I think that should do it, but can't guarantee. I'm working mostly on Linux.
-
Hey, great! So I've learned something new today, too. :)
Please add "[SOLVED]" to topic's title for reference by future generations.