qt5base-lts/tests/auto/gui/qopengl
Laszlo Agocs bb760d9514 Add support for glMapBufferRange in the wrappers and resolvers
QOpenGLBuffer::map() and related helpers are becoming useless in
OpenGL ES 3.0 and up: instead of the old GL_OES_map_buffer,
glMapBufferRange, but not glMapBuffer, is now part of the standard.
On desktop GL_ARB_map_buffer_range is present by default in OpenGL 3.0
and newer.

[ChangeLog][QtGui] Added QOpenGLBuffer::mapBufferRange().

Task-number: QTBUG-38168
Change-Id: I4e9bbe8ced9ee4d535ac32849a8c08c26d79cb49
Reviewed-by: Gunnar Sletta <gunnar.sletta@jollamobile.com>
2014-08-08 07:29:53 +02:00
..
qopengl.pro Add support for glMapBufferRange in the wrappers and resolvers 2014-08-08 07:29:53 +02:00
tst_qopengl.cpp Add support for glMapBufferRange in the wrappers and resolvers 2014-08-08 07:29:53 +02:00