mpv/DOCS/client_api_examples/qt_opengl
commander kotori 3b6c7275bc examples/qt_opengl: Use fbo of the widget and not the thread context
Sometimes QOpenGLWidget may be redirecting it's output to a framebuffer
object rather than the frontbuffer, in which case the current thread's
context render fbo is different from the widget's.  Use the widget's
desired fbo instead.
2015-12-03 10:41:49 +01:00
..
main.cpp
mainwindow.cpp examples/qt_opengl: remove redundant time-start property fetch 2015-12-03 10:41:49 +01:00
mainwindow.h
mpvwidget.cpp examples/qt_opengl: Use fbo of the widget and not the thread context 2015-12-03 10:41:49 +01:00
mpvwidget.h
qt_opengl.pro