qt5base-lts/examples/opengl
Tor Arne Vestbø 5466eb289f Remove warnings about examples not running in the Qt Simulator
The Qt Simulator is no longer supported with Qt 5.

Change-Id: I0f98351d482dd0554ea0754746d56f94ee6bf22f
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
2013-10-09 21:45:31 +02:00
..
2dpainting Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
cube Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
doc Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
framebufferobject2 Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
grabber Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
hellogl Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
hellogl_es Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
hellogl_es2 Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
hellowindow hellowindow: Request multisampling only when told so 2013-09-10 16:11:15 +02:00
overpainting Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
paintedwindow Avoid harmless warning in paintedwindow example 2013-05-14 11:06:20 +02:00
pbuffers Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
pbuffers2 Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
samplebuffers Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
shared examples: remove unused static const variables 2013-09-14 23:40:18 +02:00
textures Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
opengl.pro push feature conditionals down to subdirectories 2013-01-31 15:51:14 +01: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.