qt5base-lts/examples/opengl/textures
Laszlo Agocs 1e18df9c73 Extend QOpenGLFunctions with GL1 functions
This introduces the ability to indirectly invoke all common GL1-GLES2
functions via QOpenGLFunctions. The GL1 functions are not yet resolved,
since this would not work anyway when linking to an OpenGL implementation
directly. However this may change later but that will be a completely
internal change without affecting any public APIs.

Also migrate some of the opengl examples to use QOpenGLFunctions for
everything. Once dynamic GL loading becomes available on some platforms,
these examples should continue to function without any changes since they
do not anymore invoke any OpenGL functions directly.

Task-number: QTBUG-36483
Change-Id: Ie630029651e5a4863a480aac5306edd67ee36813
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Jørgen Lind <jorgen.lind@digia.com>
2014-03-04 15:59:05 +01:00
..
images Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
glwidget.cpp Extend QOpenGLFunctions with GL1 functions 2014-03-04 15:59:05 +01:00
glwidget.h Extend QOpenGLFunctions with GL1 functions 2014-03-04 15:59:05 +01:00
main.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
textures.pro Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
textures.qrc Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
window.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
window.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00