qt5base-lts/examples/opengl/contextinfo
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
..
contextinfo.pro Add an example for creating OpenGL contexts 2014-02-28 18:00:39 +01:00
main.cpp Add an example for creating OpenGL contexts 2014-02-28 18:00:39 +01:00
renderwindow.cpp Extend QOpenGLFunctions with GL1 functions 2014-03-04 15:59:05 +01:00
renderwindow.h Add an example for creating OpenGL contexts 2014-02-28 18:00:39 +01:00
widget.cpp Extend QOpenGLFunctions with GL1 functions 2014-03-04 15:59:05 +01:00
widget.h Add an example for creating OpenGL contexts 2014-02-28 18:00:39 +01:00