Re: [Interest] Using QOpenGLFramebufferObject with QGraphicsView

2017-03-06 Thread Laszlo Agocs
ct.org Subject: [Interest] Using QOpenGLFramebufferObject with QGraphicsView The QOpenGLWidget has a GL framebuffer in which it expects everything to be rendered. This framebuffer is not the system's default framebuffer. QOpenGLContext::defaultFramebufferObject() returns the default framebuffer. Th

[Interest] Using QOpenGLFramebufferObject with QGraphicsView

2017-03-06 Thread ole-qt-2017
The QOpenGLWidget has a GL framebuffer in which it expects everything to be rendered. This framebuffer is not the system's default framebuffer. QOpenGLContext::defaultFramebufferObject() returns the default framebuffer. This function is used in QOpenGLFramebufferObject::release() to rebind the def