qt5base-lts/examples/opengl/legacy
Friedemann Kleint 965b5b7ae0 OpenGL legacy example: Fix compilation in namespaced builds.
Change-Id: I6b2f3e8c240e105c73008fa61f9ed50cc9d982ac
Reviewed-by: Alexandru Croitor <alexandru.croitor@theqtcompany.com>
Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
2016-05-27 20:28:30 +00:00
..
framebufferobject2 Fix exclusion for legacy Open GL examples. 2015-05-15 13:39:56 +00:00
grabber Fix exclusion for legacy Open GL examples. 2015-05-15 13:39:56 +00:00
hellogl Make OpenGL legacy examples hellogl and overpainting work with Dynamic GL. 2015-05-23 08:59:14 +00:00
overpainting Make OpenGL legacy examples hellogl and overpainting work with Dynamic GL. 2015-05-23 08:59:14 +00:00
pbuffers Fix exclusion for legacy Open GL examples. 2015-05-15 13:39:56 +00:00
pbuffers2 Fix exclusion for legacy Open GL examples. 2015-05-15 13:39:56 +00:00
samplebuffers Fix exclusion for legacy Open GL examples. 2015-05-15 13:39:56 +00:00
shared OpenGL legacy example: Fix compilation in namespaced builds. 2016-05-27 20:28:30 +00:00
legacy.pro Modernize the OpenGL examples 2014-08-12 07:47:23 +02:00
README Modernize the OpenGL examples 2014-08-12 07:47:23 +02:00

This directory contains legacy examples that use the fixed pipeline
and thus are not compatible with OpenGL ES 2.0+ and the core profile of
OpenGL 3.0+. They also rely on the Qt OpenGL module (e.g. QGLWidget) which
is not advisable in new application.