qt5base-lts/examples/opengl
Jani Heikkinen cd46a2daf5 Unify license header usage.
Update files using old header.LGPL3 to header.LGPL
Update files using old FDL template to use new one
Update files using old BSD template to use new one

Change-Id: I36a78272516f9953d02956522f285b40adfc8915
Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
2016-03-29 10:20:03 +00:00
..
2dpainting Unify license header usage. 2016-03-29 10:20:03 +00:00
contextinfo Unify license header usage. 2016-03-29 10:20:03 +00:00
cube Unify license header usage. 2016-03-29 10:20:03 +00:00
doc Unify license header usage. 2016-03-29 10:20:03 +00:00
hellogl2 Unify license header usage. 2016-03-29 10:20:03 +00:00
hellogles3 Unify license header usage. 2016-03-29 10:20:03 +00:00
hellowindow Unify license header usage. 2016-03-29 10:20:03 +00:00
legacy Unify license header usage. 2016-03-29 10:20:03 +00:00
paintedwindow Unify license header usage. 2016-03-29 10:20:03 +00:00
qopenglwidget Unify license header usage. 2016-03-29 10:20:03 +00:00
qopenglwindow Unify license header usage. 2016-03-29 10:20:03 +00:00
textures Unify license header usage. 2016-03-29 10:20:03 +00:00
threadedqopenglwidget Unify license header usage. 2016-03-29 10:20:03 +00:00
opengl.pro Expose GLES 3.0 and 3.1 functions 2015-07-23 07:59:07 +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.