qtbase/examples/opengl
Safiyyah Moosa f39621e28b Docs: Add stereoscopic example to OpenGL examples
This fix uses the \ingroup command to add the stereoscopic example to the
examples-widgets-opengl group.

I also elaborated on the hardware requirements.

Fixes: QTBUG-119280
Change-Id: I6d5b992e533b897d84100f0f897aae97ef89290f
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
(cherry picked from commit 11c522495d)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit dc86b61d77)
2023-12-05 20:52:09 +00:00
..
2dpainting Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
contextinfo Fix ContextInfo example crashing on Android 2023-01-31 19:45:21 +00:00
cube cube example: always set required state in paintGL 2023-04-20 12:01:43 +00:00
doc Docs: Add stereoscopic example to OpenGL examples 2023-12-05 20:52:09 +00:00
hellogl2 hellogl2 example: Decouple mainwindow from window 2023-09-25 13:35:40 +02:00
hellogles3 Polish forward decl in vulkan and opengl examples 2023-06-01 09:26:18 +00:00
openglwindow Polish forward decl in vulkan and opengl examples 2023-06-01 09:26:18 +00:00
stereoqopenglwidget Examples: Use versioned CMake targets for Qt modules 2023-05-02 14:20:20 +00:00
textures Examples: Remove unnecessary Q_INIT_RESOURCE calls 2023-06-08 16:15:14 +00:00
CMakeLists.txt Move qopenglwidget example to manual tests 2023-06-06 08:05:54 +00:00
README
opengl.pro Move qopenglwidget example to manual tests 2023-06-06 08:05:54 +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.