QOpenGLContext: fix docs about sharing
FBOs cannot be shared. Streamline the remainder of the sentence. Change-Id: I654b23f86f4ee4ea2ca8e71958464d9f55394297 Reviewed-by: Martin Smith <martin.smith@qt.io>
This commit is contained in:
parent
16b7afc4de
commit
6620f93a74
@ -313,7 +313,7 @@ QOpenGLContext *qt_gl_global_share_context()
|
||||
|
||||
\section1 Context Resource Sharing
|
||||
|
||||
Resources, such as framebuffer objects, textures, and vertex buffer objects
|
||||
Resources such as textures and vertex buffer objects
|
||||
can be shared between contexts. Use setShareContext() before calling
|
||||
create() to specify that the contexts should share these resources.
|
||||
QOpenGLContext internally keeps track of a QOpenGLContextGroup object which
|
||||
|
Loading…
Reference in New Issue
Block a user