diff options
author | Laszlo Agocs <laszlo.agocs@qt.io> | 2020-11-27 12:55:57 +0100 |
---|---|---|
committer | Laszlo Agocs <laszlo.agocs@qt.io> | 2020-11-30 05:39:21 +0100 |
commit | 5b3cc25492c68e0eb8cfded9cbe0f6878233fff3 (patch) | |
tree | f56266a8685535383b70ebca62095918b3325a8f /src | |
parent | 6b85f4f9fed14c99e463e059ac436e3f6b5f19af (diff) |
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/doc/src/qt6-changes.qdoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/doc/src/qt6-changes.qdoc b/src/gui/doc/src/qt6-changes.qdoc index ff193e7784..94073a3fb8 100644 --- a/src/gui/doc/src/qt6-changes.qdoc +++ b/src/gui/doc/src/qt6-changes.qdoc @@ -117,6 +117,12 @@ In addition, the class \l QOpenGLWidget has been moved to a new module, named Qt OpenGL Widgets. + \section2 QOpenGLContext + + The QOpenGLContext::versionFunctions() function is replaced by + QOpenGLVersionFunctionsFactory::get(). QOpenGLVersionFunctionsFactory is a public + class now, part of the \l{Qt OpenGL} module. + \section2 ANGLE On Windows, ANGLE, a third-party OpenGL ES to Direct 3D translator, is no |