@@ -760,8 +760,8 @@ int main(int argc, char **argv)
...
@@ -760,8 +760,8 @@ int main(int argc, char **argv)
QVBoxLayout*layout=newQVBoxLayout(&w);
QVBoxLayout*layout=newQVBoxLayout(&w);
QPlainTextEdit*info=newQPlainTextEdit(
QPlainTextEdit*info=newQPlainTextEdit(
QLatin1String("This application tests rendering on a separate thread per window, with dedicated QRhi instances. "// ### still sharing the same graphics device where applicable
QLatin1String("This application tests rendering on a separate thread per window, with dedicated QRhi instances. "
"No resources are shared across windows here. "
"No resources are shared across windows here. (QRhiResourceSharingHost is not used) "
"\n\nThis is the same concept as the Qt Quick Scenegraph's threaded render loop. This should allow rendering to the different windows "
"\n\nThis is the same concept as the Qt Quick Scenegraph's threaded render loop. This should allow rendering to the different windows "
"without unintentionally throttling each other's threads."
"without unintentionally throttling each other's threads."