qt5base-lts/examples/opengl
Johan Klokkhammer Helsing 4b611d649e Move QOpenGLShaderProgram from QtGui to QtOpenGL
Task-number: QTBUG-74409
Change-Id: I20dfafc0c9bf8e2b68b03e171d70c2cb4ad2bfaf
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
2020-02-20 16:11:02 +01:00
..
2dpainting Move QOpenGLWidget from QtOpenGL to its own module 2020-02-18 09:22:51 +01:00
computegles31 Post Merge Fixes 2020-01-24 12:29:18 +00:00
contextinfo Move QOpenGLShaderProgram from QtGui to QtOpenGL 2020-02-20 16:11:02 +01:00
cube Move QOpenGLWidget from QtOpenGL to its own module 2020-02-18 09:22:51 +01:00
doc Docs: Remove traces of QGL 2020-02-20 16:11:02 +01:00
hellogl2 Move QOpenGLWidget from QtOpenGL to its own module 2020-02-18 09:22:51 +01:00
hellogles3 Post Merge Fixes 2020-01-24 12:29:18 +00:00
hellowindow Move QOpenGLShaderProgram from QtGui to QtOpenGL 2020-02-20 16:11:02 +01:00
legacy Post Merge Fixes 2020-01-24 12:29:18 +00:00
openglwindow Post-merge fixes 2020-01-30 20:45:08 +00:00
paintedwindow Move QOpenGLShaderProgram from QtGui to QtOpenGL 2020-02-20 16:11:02 +01:00
qopenglwidget Move QOpenGLWidget from QtOpenGL to its own module 2020-02-18 09:22:51 +01:00
qopenglwindow Post Merge Fixes 2020-01-24 12:29:18 +00:00
textures Move QOpenGLWidget from QtOpenGL to its own module 2020-02-18 09:22:51 +01:00
threadedqopenglwidget Move QOpenGLWidget from QtOpenGL to its own module 2020-02-18 09:22:51 +01:00
CMakeLists.txt Post-merge fixes 2020-01-30 20:45:08 +00:00
opengl.pro Move QOpenGLPaintEngine and related classes from QtGui to QtOpenGL 2020-01-22 09:40:59 +01:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00

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.