From b5dd8c190c83e9b0059093eb01f60379b1bfe256 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Wed, 15 Feb 2006 20:13:12 +0000 Subject: Added note on limitations of OpenGL context sharing to spec overview and pointed to it from GLDrawableFactory, GLDrawable, GLCanvas and GLJPanel git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@611 232f8b59-042b-4e1e-8c03-345bb8c30851 --- src/classes/javax/media/opengl/GLDrawable.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/classes/javax/media/opengl/GLDrawable.java') diff --git a/src/classes/javax/media/opengl/GLDrawable.java b/src/classes/javax/media/opengl/GLDrawable.java index a1780bd2a..13b905167 100644 --- a/src/classes/javax/media/opengl/GLDrawable.java +++ b/src/classes/javax/media/opengl/GLDrawable.java @@ -71,11 +71,13 @@ public interface GLDrawable { /** * Creates a new context for drawing to this drawable that will * optionally share display lists and other server-side OpenGL - * objects with the specified GLContext. + * objects with the specified GLContext.

* * The GLContext share need not be associated with this * GLDrawable and may be null if sharing of display lists and other - * objects is not desired. + * objects is not desired. See the note in the overview + * documentation on + * context sharing. */ public GLContext createContext(GLContext shareWith); -- cgit v1.2.3