Skip to content

qt: bind the default fbo for draw without using `QOpenGLFramebufferObject` and don't use Qt OpenGL anymore

Fatih Uzunoğlu requested to merge fuzun/vlc:qt/dontdependonqtopengl into master

Not all QOpenGL stuff are in the Qt OpenGL module. It appears that QOpenGLFrameBufferObject was the only class provided by Qt OpenGL and the rest are provided within Qt GUI.

Request review @chub.

Merge request reports

Loading