diff options
author | Kenneth Russel <[email protected]> | 2005-10-28 01:11:13 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2005-10-28 01:11:13 +0000 |
commit | 0fcd1ab685948fd2ca10d5ff7130d38336cedabd (patch) | |
tree | 4e0958bc4a271a415c77b2f7bdb46da54e7bdc15 /src/classes/javax/media/opengl/GLContext.java | |
parent | c6f9b23ba65a0444d1acb74737cdfa28dfcba87b (diff) |
Updated spec based on comments from rexguo on javagaming.org forums
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@407 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'src/classes/javax/media/opengl/GLContext.java')
-rw-r--r-- | src/classes/javax/media/opengl/GLContext.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/classes/javax/media/opengl/GLContext.java b/src/classes/javax/media/opengl/GLContext.java index 82997bc8f..970c7cb00 100644 --- a/src/classes/javax/media/opengl/GLContext.java +++ b/src/classes/javax/media/opengl/GLContext.java @@ -133,7 +133,9 @@ public abstract class GLContext { } /** - * Destroys this OpenGL context and frees its associated resources. + * Destroys this OpenGL context and frees its associated + * resources. The context should have been released before this + * method is called. */ public abstract void destroy(); |