diff options
author | Sven Gothel <[email protected]> | 2013-10-27 10:16:25 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-10-27 10:16:25 +0100 |
commit | ff3832bf24f02fc44a7494be49d210cacce43977 (patch) | |
tree | 0f0e03e243b7790bab373178a0ede15ce9082ef3 /make | |
parent | b642b87c85329b37a181f96e1d7adeea9fb6b79f (diff) |
spec-overview.html: Shared OpenGL context must be supported .. (GL spec)
Diffstat (limited to 'make')
-rw-r--r-- | make/doc/jogl/spec-overview.html | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/make/doc/jogl/spec-overview.html b/make/doc/jogl/spec-overview.html index 6284cde63..952e8f8e0 100644 --- a/make/doc/jogl/spec-overview.html +++ b/make/doc/jogl/spec-overview.html @@ -329,17 +329,8 @@ to the underlying native engine.</p> <h3><a name="SHARING">Sharing of Server-Side OpenGL Objects between GLContexts</a></h3> -Sharing of server-side OpenGL objects such as textures and display -lists among OpenGL contexts is supported in this specification. -However, the specification does not guarantee that a request to share -objects between two contexts will succeed. Certain OpenGL -implementations restrict sharing in certain ways. Applications should -assume that sharing is a request more than an assertion. -Implementations of this specification should, but are not required to, -provide timely notification of a failure of a request to share objects -between two GLContexts, perhaps in the form of a GLException. The -situation in which sharing is most likely to work on all platforms is -between two GLContexts associated with the same GLDrawable. +Sharing of server-side OpenGL objects such as buffer objects, e.g. VBOs, +and textures among OpenGL contexts is supported in this specification. <h3>Criteria Used for Inclusion of APIs into the Java Bindings</h3> |