diff options
author | Sven Gothel <[email protected]> | 2014-08-29 01:31:03 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-08-29 01:31:03 +0200 |
commit | 4dfa5e34b5bbfc74dd9ca6ead89b23d12e7a1b01 (patch) | |
tree | 404baacbe3b199526c5b58112aae55d14ba751ec /src/jogl/classes/javax/media/opengl/GLOffscreenAutoDrawable.java | |
parent | 28ad09d75c7565983fb43e83da6e1726f92677db (diff) |
GLSharedContextSetter: Fix API doc and all html references (fix URL and complete notes in all implementations)
Diffstat (limited to 'src/jogl/classes/javax/media/opengl/GLOffscreenAutoDrawable.java')
-rw-r--r-- | src/jogl/classes/javax/media/opengl/GLOffscreenAutoDrawable.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/jogl/classes/javax/media/opengl/GLOffscreenAutoDrawable.java b/src/jogl/classes/javax/media/opengl/GLOffscreenAutoDrawable.java index a69480242..62d10d4cb 100644 --- a/src/jogl/classes/javax/media/opengl/GLOffscreenAutoDrawable.java +++ b/src/jogl/classes/javax/media/opengl/GLOffscreenAutoDrawable.java @@ -39,6 +39,12 @@ import com.jogamp.opengl.FBObject; * This class distinguishes itself from {@link GLAutoDrawable} * with it's {@link #setSurfaceSize(int, int)} functionality. * </p> + * <p> + * <a name="contextSharing"><h5>OpenGL Context Sharing</h5></a> + * To share a {@link GLContext} see the following note in the documentation overview: + * <a href="../../../overview-summary.html#SHARING">context sharing</a> + * as well as {@link GLSharedContextSetter}. + * </p> */ public interface GLOffscreenAutoDrawable extends GLAutoDrawable, GLSharedContextSetter { |