summaryrefslogtreecommitdiffstats
path: root/examples/opengl/stereoqopenglwidget/stereoqopenglwidget.pro
Commit message (Collapse)AuthorAgeFilesLines
* Add support for stereoscopic content in QOpenGLWidgetKristoffer Skau2022-11-281-0/+11
Need to add the plumbing necessary to support two textures in QOpenGLWidget and use these in the backing store. The changes required on the RHI level is already done in an earlier patch. Then paintGL() needs to be called twice, once for each buffer. Also add overloads for the other functions of QOopenGLWidget where it makes sense to query for left or right buffer. Then finally create an example. [ChangeLog][Widgets][QOpenGLWidget] Added support for stereoscopic rendering. Fixes: QTBUG-64587 Change-Id: I5a5c53506dcf8a56442097290dceb7eb730d50ce Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>