qt5base-lts/examples/opengl
Christian Ehrlicher b0042601ed Cleanup QtOpenGL examples
Cleanup the OpenGL examples
 - use nullptr (clang-tidy)
 - use member-initialization
 - avoid redundant checks for != nullptr when deleting a pointer

Change-Id: I3e4702690ed79e71c3e952d51ceef83b907b45b7
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
2019-09-30 22:16:27 +02:00
..
2dpainting Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
computegles31 Cleanup QtOpenGL examples 2019-09-30 22:16:27 +02:00
contextinfo Cleanup QtOpenGL examples 2019-09-30 22:16:27 +02:00
cube Cleanup QtOpenGL examples 2019-09-30 22:16:27 +02:00
doc Unify license header usage. 2016-03-29 10:20:03 +00: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 examples: Use QOverload to select overloaded signals and slots 2016-12-22 14:54:55 +00:00
qopenglwidget Cleanup QtOpenGL examples 2019-09-30 22:16:27 +02:00
qopenglwindow QOpenGLWindow example: use std::unique_ptr instead of QScopedPointer 2019-07-25 14:17:51 +00:00
textures Cleanup QtOpenGL examples 2019-09-30 22:16:27 +02:00
threadedqopenglwidget Cleanup QtOpenGL examples 2019-09-30 22:16:27 +02:00
opengl.pro Examples: Remove remains of wince 2017-07-14 17:30:51 +00: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.