How do I display a QOpenGLFramebufferObject in a QOpenGLWidget using textures?
I’m trying to play with QOpenGLFramebufferObject
to see how could it affect the performance of an app I’m working on.
How do I make QOpenGLWidget available in Linux?
I wanted to try to inherit a Qt widget from QOpenGLWidget
instead of QWidget
. To do this, I: