qt5base-lts/examples/opengl
Tor Arne Vestbø 0efe79f80d Rename the new platform APIs from QPlatformInterface to QNativeInterface
We were already using the 'native' nomenclature when referring to these
kinds of APIs, e.g. when talking about native handles, or the existing
QPlatformNativeInterface on a QPA level. Using 'native' for the user
facing APIs also distinguishes them from the 'platform' backend layer
in QPA and elsewhere.

Change-Id: I0f3273265904f0f19c0b6d62471f8820d3c3232e
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2020-10-07 13:03:27 +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 Rename the new platform APIs from QPlatformInterface to QNativeInterface 2020-10-07 13:03:27 +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 Remove references to demos from docs. 2011-07-05 19:57:54 +02:00

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.