qt5base-lts/examples/opengl/legacy
Friedemann Kleint cab7e7858a Make OpenGL legacy examples hellogl and overpainting work with Dynamic GL.
Call GL functions using QOpenGLFunctions_1_1.

Task-number: QTBUG-46103
Change-Id: I1cbacf9c192c17d96d96aa861bb16e2918a0c053
Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
2015-05-23 08:59:14 +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 Make OpenGL legacy examples hellogl and overpainting work with Dynamic GL. 2015-05-23 08:59:14 +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.