Fix documentation issue for QOpenGLContext::makeCurrent
Change-Id: Id0118e44e1ed44fecdd803dbc57ca0588a1afec0 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Martin Smith <martin.smith@qt.io> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
parent
5c07efffac
commit
e86b1d4424
@ -945,7 +945,7 @@ GLuint QOpenGLContext::defaultFramebufferObject() const
|
||||
|
||||
Avoid calling this function from a different thread than the one the
|
||||
QOpenGLContext instance lives in. If you wish to use QOpenGLContext from a
|
||||
different thread you should first call make sure it's not current in the
|
||||
different thread you should first make sure it's not current in the
|
||||
current thread, by calling doneCurrent() if necessary. Then call
|
||||
moveToThread(otherThread) before using it in the other thread.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user