diff options
Diffstat (limited to 'src/classes/javax/media/opengl/GLPbuffer.java')
-rw-r--r-- | src/classes/javax/media/opengl/GLPbuffer.java | 2 |
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. */ |