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/GLDrawableFactory.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/classes/javax/media/opengl/GLDrawableFactory.java') diff --git a/src/classes/javax/media/opengl/GLDrawableFactory.java b/src/classes/javax/media/opengl/GLDrawableFactory.java index ded3a0304..fd934195c 100644 --- a/src/classes/javax/media/opengl/GLDrawableFactory.java +++ b/src/classes/javax/media/opengl/GLDrawableFactory.java @@ -186,7 +186,10 @@ public abstract class GLDrawableFactory { public abstract boolean canCreateGLPbuffer(); /** - * Creates a GLPbuffer with the given capabilites and dimensions. + * Creates a GLPbuffer with the given capabilites and dimensions.

+ * + * See the note in the overview documentation on + * context sharing. * * @throws GLException if any window system-specific errors caused * the creation of the GLPbuffer to fail. -- cgit v1.2.3