qt5base-lts/examples/opengl
Allan Sandfeld Jensen 9815ebf24b Switch QSurfaceFormat::colorSpace to a QColorSpace
Allows more flexibility in the future.

Change-Id: Idcf2d8ddaee268a7b5d55379ccb42dd9b3c33abf
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2020-09-15 01:41:13 +02:00
..
2dpainting CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
computegles31 CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
contextinfo CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
cube CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
doc Doc: Move example file that was left behind 2020-09-10 11:24:18 +02:00
hellogl2 CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
hellogles3 CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
hellowindow CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
openglwindow CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
paintedwindow CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
qopenglwidget Switch QSurfaceFormat::colorSpace to a QColorSpace 2020-09-15 01:41:13 +02:00
qopenglwindow CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
textures CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
threadedqopenglwidget CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
CMakeLists.txt Post-merge fixes 2020-01-30 20:45:08 +00:00
opengl.pro Remove legacy OpenGL examples 2020-02-21 09:01:08 +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.