diff options
author | Kenneth Russel <[email protected]> | 2005-05-27 21:26:03 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2005-05-27 21:26:03 +0000 |
commit | a3944ffd82fe2d12643cbf59d326ae1ccf535a5b (patch) | |
tree | 17f23e701372f441f848ee06ec4cefc663eac2b9 /src/net/java/games/jogl/GLPbuffer.java | |
parent | e74339cd179c38c9cdda05e293f8e6005814c6c5 (diff) |
Javadoc fixes
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@287 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'src/net/java/games/jogl/GLPbuffer.java')
-rw-r--r-- | src/net/java/games/jogl/GLPbuffer.java | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/net/java/games/jogl/GLPbuffer.java b/src/net/java/games/jogl/GLPbuffer.java index 849200e75..b073388f5 100644 --- a/src/net/java/games/jogl/GLPbuffer.java +++ b/src/net/java/games/jogl/GLPbuffer.java @@ -20,7 +20,7 @@ * EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, * INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A * PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. SUN - * MIDROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT BE LIABLE FOR + * MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT BE LIABLE FOR * ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR * DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. IN NO EVENT WILL SUN OR * ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, OR FOR @@ -42,11 +42,12 @@ package net.java.games.jogl; /** Offscreen rendering support via pbuffers. This class adds very little functionality over the GLDrawable class; the only methods are those which allow access to the pbuffer's contents as a - texture map. These methods are currently highly experimental and - may be removed in a future release. */ + texture map and which enable offscreen rendering to floating-point + buffers. These methods are currently highly experimental and may + be removed in a future release. */ public interface GLPbuffer extends GLDrawable { - /** Indicates the GL_APPLE_float extension is being used for this pbuffer. */ + /** Indicates the GL_APPLE_float_pixels extension is being used for this pbuffer. */ public static final int APPLE_FLOAT = 1; /** Indicates the GL_ATI_texture_float extension is being used for this pbuffer. */ |