aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/javax/media/opengl/GLPbuffer.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/classes/javax/media/opengl/GLPbuffer.java')
-rw-r--r--src/classes/javax/media/opengl/GLPbuffer.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/classes/javax/media/opengl/GLPbuffer.java b/src/classes/javax/media/opengl/GLPbuffer.java
index 04cf7f0ed..0250365b0 100644
--- a/src/classes/javax/media/opengl/GLPbuffer.java
+++ b/src/classes/javax/media/opengl/GLPbuffer.java
@@ -59,7 +59,7 @@ public interface GLPbuffer extends GLAutoDrawable {
/** Binds this pbuffer to its internal texture target. Only valid to
call if offscreen render-to-texture has been specified in the
- GLCapabilities for this GLPbuffer. If the
+ NWCapabilities for this GLPbuffer. If the
render-to-texture-rectangle capability has also been specified,
this will use e.g. wglBindTexImageARB as its implementation and
cause the texture to be bound to e.g. the
@@ -82,7 +82,7 @@ public interface GLPbuffer extends GLAutoDrawable {
/** Indicates which vendor's extension is being used to support
floating point channels in this pbuffer if that capability was
- requested in the GLCapabilities during pbuffer creation. Returns
+ requested in the NWCapabilities during pbuffer creation. Returns
one of NV_FLOAT, ATI_FLOAT or APPLE_FLOAT, or throws GLException
if floating-point channels were not requested for this pbuffer.
This function may only be called once the init method for this