Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

Make QSGRenderer public for custom use?

$
0
0
Is there any reason why the QSGRenderer belongs to the private parts of Qt? I’m sure I don’t fully comprehend its internals, but wouldn’t it be nice if it was possible to use the QSGRenderer class itself in a custom render loop (i.e. for creating OpenGL driven games)? The advantage of this is that you have more control over the rendering process. As it is, the QQuickWindow/-View controls the frame rate, which isn’t desirable, at least not in the application I’m developing.

Viewing all articles
Browse latest Browse all 4972

Trending Articles