I am developing a Qt application that uses Cocoa on Mac and uses the PowerVR SDK to enable OpenGL ES 2.0 on Mac Desktop.
I managed to make it work, everything works fine, the problem is that when I create a widget in this window, OpenGL displays it, for example, I create a QLabel and it displays it, making the label invisible.
I tried calling the QLabel repaint () method after rendering a single OpenGL frame, but that didn't help.
Has anyone come across this or similar problem and have any suggestions?
Thanks!
source share