- Replaced the usages of deprecated APIs by corresponding
alternatives in the library code and documentation.
- Modified the tests to make them build when deprecated APIs disabled:
* Made the the parts of the tests testing the deprecated APIs to
be compiled conditionally, only when the corresponding methods are
enabled.
* If the test-case tests only the deprecated API, but not the
corresponding replacement, added tests for the replacement.
Change-Id: Ic38245015377fc0c8127eb5458c184ffd4b450f1
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
|
||
|---|---|---|
| .. | ||
| 2dpainting | ||
| computegles31 | ||
| contextinfo | ||
| cube | ||
| doc | ||
| hellogl2 | ||
| hellogles3 | ||
| hellowindow | ||
| legacy | ||
| paintedwindow | ||
| qopenglwidget | ||
| qopenglwindow | ||
| textures | ||
| threadedqopenglwidget | ||
| README | ||
| opengl.pro | ||
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.