From ff3832bf24f02fc44a7494be49d210cacce43977 Mon Sep 17 00:00:00 2001
From: Sven Gothel
Date: Sun, 27 Oct 2013 10:16:25 +0100
Subject: spec-overview.html: Shared OpenGL context must be supported .. (GL
spec)
---
make/doc/jogl/spec-overview.html | 13 ++-----------
1 file changed, 2 insertions(+), 11 deletions(-)
(limited to 'make/doc/jogl')
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.
-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.
Criteria Used for Inclusion of APIs into the Java Bindings
--
cgit v1.2.3