Hi,

After upgrading to 5.4 my OpenGL applications no longer work. I am mixing
OpenGL and Quick components, like in this example:

   http://doc.qt.io/qt-5/qtquick-scenegraph-openglunderqml-example.html

I.e I have a class derived from QuickItem with a QObject-based renderer
that renders on the QQuickWindow::beforeRendering()-signal.

This works nicely in 5.3, but in 5.4 my scene is painted over with light
gray. (I have traced this in AMD CodeXL and have verified that my scene is
rendered first, it is just painted over afterwards). It seems that this
happens when the QML scene graph is rendered.

I know that a lot of GL-related have changed in 5.4, so I guess that there
is something that needs to be done differently, but I can't figure it out...

The above mentioned example still works in 5.4, so it is probably something
I'm doing wrong :)

Cheers,
Thomas
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to