qt5base-lts/examples/opengl
Sergio Ahumada 58e2b9c01b examples: Mark ctor's as explicit
Make C++ class constructors that can be used with only one
required argument 'explicit' to minimize wrong use of the class.

Change-Id: Ida9f9c2f0c8608c35b0137b2512a6747afd69515
Reviewed-by: Mitch Curtis <mitch.curtis@nokia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2012-09-17 22:14:25 +02:00
..
2dpainting Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
cube qtbase: Add missing example installs and files. 2012-07-10 22:24:40 +02:00
framebufferobject Squashed commit of changes from the 4.8-temp branch. 2011-05-23 14:24:07 +02:00
framebufferobject2 Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
grabber Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
hellogl Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
hellogl_es clean up qmake-generated projects 2012-02-24 05:18:30 +01:00
hellogl_es2 clean up qmake-generated projects 2012-02-24 05:18:30 +01:00
hellowindow examples: Mark ctor's as explicit 2012-09-17 22:14:25 +02:00
overpainting Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
paintedwindow clean up qmake-generated projects 2012-02-24 05:18:30 +01:00
pbuffers examples: Mark ctor's as explicit 2012-09-17 22:14:25 +02:00
pbuffers2 clean up qmake-generated projects 2012-02-24 05:18:30 +01:00
samplebuffers Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
shared examples: Mark ctor's as explicit 2012-09-17 22:14:25 +02:00
textures examples: Mark ctor's as explicit 2012-09-17 22:14:25 +02:00
opengl.pro Examples, plugins: Remove remains of qpa in profiles. 2011-10-28 15:04:54 +02: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.