mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-23 02:38:52 -05:00
Added paragraph on object sharing.
This commit is contained in:
parent
56e600d7a1
commit
5668eb0732
|
@ -24,6 +24,15 @@ what kind of context is created. See
|
||||||
[context related hints](@ref window_hints_ctx) in the window handling guide.
|
[context related hints](@ref window_hints_ctx) in the window handling guide.
|
||||||
|
|
||||||
|
|
||||||
|
@section context_sharing Context object sharing
|
||||||
|
|
||||||
|
When creating a window and context with @ref glfwCreateWindow, you can specify
|
||||||
|
another window whose context the new one should share its objects with. OpenGL
|
||||||
|
object sharing is implemented by the operating system and graphics driver and is
|
||||||
|
described in the OpenGL documentation. On platforms where it is possible to
|
||||||
|
choose which types of objects are shared, GLFW requests that all are shared.
|
||||||
|
|
||||||
|
|
||||||
@section context_current Current context
|
@section context_current Current context
|
||||||
|
|
||||||
Before you can use the OpenGL or OpenGL ES APIs, you need to have a current
|
Before you can use the OpenGL or OpenGL ES APIs, you need to have a current
|
||||||
|
|
Loading…
Reference in New Issue
Block a user