qtbase/examples/opengl
Jani Korteniemi 872440dc0a Fix ContextInfo example crashing on Android
Disabled desktop OpenGL renderer on android

Task-number: QTBUG-91627
Change-Id: I61ec7cc768d46c368dc0187714bd0bd085257a67
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
2023-01-31 01:25:56 +02:00
..
2dpainting
computegles31 Merge remote-tracking branch 'origin/5.14' into 5.15 2019-11-08 09:11:02 +01:00
contextinfo Fix ContextInfo example crashing on Android 2023-01-31 01:25:56 +02:00
cube Cleanup QtOpenGL examples 2019-09-30 22:16:27 +02:00
doc Doc: replace deprecated references to QGLWidget 2020-03-20 22:27:29 +01:00
hellogl2 Cleanup QtOpenGL examples 2019-09-30 22:16:27 +02:00
hellogles3 Cleanup QtOpenGL examples 2019-09-30 22:16:27 +02: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
paintedwindow Add default arguments to QPainterPath methods using transform 2020-03-06 21:09:48 +01:00
qopenglwidget Cleanup QtOpenGL examples 2019-09-30 22:16:27 +02:00
qopenglwindow Add default arguments to QPainterPath methods using transform 2020-03-06 21:09:48 +01:00
textures Cleanup QtOpenGL examples 2019-09-30 22:16:27 +02:00
threadedqopenglwidget Merge remote-tracking branch 'origin/5.14' into 5.15 2019-10-16 01:00:49 +02:00
README
opengl.pro

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.