qt5base-lts/examples/opengl
Kai Köhne eed17b3634 Examples: Remove unnecessary Q_INIT_RESOURCE calls
Explicit calls to Q_INIT_RESOURCE are only needed for
resources embedded in static libraries. See also

  https://doc.qt.io/qt-6/resources.html#explicit-loading-and-unloading-of-embedded-resources

Pick-to: 6.5 6.6
Change-Id: I06a24d1c04369eedc78ca60a6ca02ce33907d9e7
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
2023-06-08 16:15:02 +00:00
..
2dpainting
contextinfo
cube cube example: always set required state in paintGL 2023-04-20 14:01:22 +02:00
doc Docs: Update OpenGl example docs 2023-05-09 22:02:25 +00:00
hellogl2 Polish forward decl in vulkan and opengl examples 2023-06-01 09:09:49 +02:00
hellogles3 Polish forward decl in vulkan and opengl examples 2023-06-01 09:09:49 +02:00
openglwindow Polish forward decl in vulkan and opengl examples 2023-06-01 09:09:49 +02:00
stereoqopenglwidget Examples: Use versioned CMake targets for Qt modules 2023-05-02 16:20:08 +02:00
textures Examples: Remove unnecessary Q_INIT_RESOURCE calls 2023-06-08 16:15:02 +00:00
CMakeLists.txt Move qopenglwidget example to manual tests 2023-05-24 12:58:27 +02:00
opengl.pro Move qopenglwidget example to manual tests 2023-05-24 12:58:27 +02: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.