1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-04 15:34:31 +00:00
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 DOCS/client_api_examples: add qt widget + opengl-cb example 2015-10-11 13:58:09 +02:00
mainwindow.cpp examples/qt_opengl: remove redundant time-start property fetch 2015-12-03 10:41:49 +01:00
mainwindow.h DOCS/client_api_examples: add qt widget + opengl-cb example 2015-10-11 13:58:09 +02:00
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 DOCS/client_api_examples: add qt widget + opengl-cb example 2015-10-11 13:58:09 +02:00
qt_opengl.pro DOCS/client_api_examples: add qt widget + opengl-cb example 2015-10-11 13:58:09 +02:00