qt5base-lts/examples/opengl
Johan Klokkhammer Helsing f3ecda32e0 Move QOpenGLPaintEngine and related classes from QtGui to QtOpenGL
Also moves the openglwindow test to the opengl folder, as it makes use of these
classes.

Task-number: QTBUG-74409
Change-Id: Id9f0013cedcc8bd1e87122c005641d7298525045
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
2020-01-22 09:40:59 +01:00
..
2dpainting Move QOpenGLWidget from QtWidgets to QtOpenGL 2019-12-12 16:06:31 +01:00
computegles31 Move QOpenGLWindow from QtGui to QtOpenGL 2020-01-15 15:38:59 +01:00
contextinfo Cleanup QtOpenGL examples 2019-09-30 22:16:27 +02:00
cube Move QOpenGLWidget from QtWidgets to QtOpenGL 2019-12-12 16:06:31 +01:00
doc Unify license header usage. 2016-03-29 10:20:03 +00:00
hellogl2 Move QOpenGLWidget from QtWidgets to QtOpenGL 2019-12-12 16:06:31 +01:00
hellogles3 Move QOpenGLWindow from QtGui to QtOpenGL 2020-01-15 15:38:59 +01:00
hellowindow Use requestUpdate instead of timer in a few GL examples 2019-01-22 21:25:39 +00:00
legacy Remove usages of deprecated APIs of qtbase/gui 2019-07-13 10:43:15 +02:00
openglwindow Move QOpenGLPaintEngine and related classes from QtGui to QtOpenGL 2020-01-22 09:40:59 +01:00
paintedwindow Move QOpenGLPaintEngine and related classes from QtGui to QtOpenGL 2020-01-22 09:40:59 +01:00
qopenglwidget Move QOpenGLWidget from QtWidgets to QtOpenGL 2019-12-12 16:06:31 +01:00
qopenglwindow Move QOpenGLWindow from QtGui to QtOpenGL 2020-01-15 15:38:59 +01:00
textures Move QOpenGLWidget from QtWidgets to QtOpenGL 2019-12-12 16:06:31 +01:00
threadedqopenglwidget Move QOpenGLWidget from QtWidgets to QtOpenGL 2019-12-12 16:06:31 +01:00
opengl.pro Move QOpenGLPaintEngine and related classes from QtGui to QtOpenGL 2020-01-22 09:40:59 +01:00
README

Qt provides support for integration with OpenGL implementations on all
platforms, giving developers the opportunity to display hardware accelerated
3D graphics alongside a more conventional user interface.

These examples demonstrate the basic techniques used to take advantage of
OpenGL in Qt applications.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.