qtbase/examples/opengl
Jaishree Vyas e2ad97eef9 Doc: Create separate Graphics and Multimedia example categories
Fixes: QTBUG-117884
Pick-to: 6.6
Change-Id: I33c7b1cbfaeae866dffb0e89a5d09d775736d886
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
(cherry picked from commit 98ee4d9e37)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2024-01-16 18:10:59 +00:00
..
2dpainting Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
cube cube example: always set required state in paintGL 2023-04-20 14:01:22 +02:00
doc Doc: Create separate Graphics and Multimedia example categories 2024-01-16 18:10:59 +00:00
hellogl2 hellogl2 example: Decouple mainwindow from window 2023-09-18 22:45:36 +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 Make contextinfo example a manual test 2023-11-17 22:27:01 +01:00
README
opengl.pro Make contextinfo example a manual test 2023-11-17 22:27:01 +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.