aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/javax/media/opengl/GLPbuffer.java
diff options
context:
space:
mode:
authorgfxadmin <[email protected]>2006-02-10 01:21:10 +0000
committergfxadmin <[email protected]>2006-02-10 01:21:10 +0000
commita9e4c4d1b136ac13ab5f1aff33c81f4306636e2a (patch)
treeeca657a5d5823dabd311db725c7022c06c836916 /src/classes/javax/media/opengl/GLPbuffer.java
parentd2b9ef0612d278ad1fb8ca4501ee028004c53dc3 (diff)
Issue number:
Obtained from: Submitted by: Travis Reviewed by: These are all documentation changes in preparation for the Proposed Final Draft submission. Carefully separated out references to the implementation from the specification. Did not delete any comments, just made sure that it was clear when it was the Reference Implementation being referred to. Add note to Spec Overview about version information. We now include version information in the manifest of the jar file and we require this of all implementations. This is currently done automatically as part of the build process and is easy to access at runtime with the java.lang.Package APIs. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@592 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'src/classes/javax/media/opengl/GLPbuffer.java')
-rw-r--r--src/classes/javax/media/opengl/GLPbuffer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/classes/javax/media/opengl/GLPbuffer.java b/src/classes/javax/media/opengl/GLPbuffer.java
index 607c5c9fa..04cf7f0ed 100644
--- a/src/classes/javax/media/opengl/GLPbuffer.java
+++ b/src/classes/javax/media/opengl/GLPbuffer.java
@@ -45,7 +45,7 @@ package javax.media.opengl;
contains experimental methods for accessing the pbuffer's contents
as a texture map and enabling rendering to floating-point frame
buffers. These methods are not guaranteed to be supported on all
- platforms and may change or be removed in a future release. */
+ platforms and may be deprecated in a future release. */
public interface GLPbuffer extends GLAutoDrawable {
/** Indicates the GL_APPLE_float_pixels extension is being used for this pbuffer. */