aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/classes/com/sun/opengl/util/texture/TextureIO.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/classes/com/sun/opengl/util/texture/TextureIO.java b/src/classes/com/sun/opengl/util/texture/TextureIO.java
index 07e06cf69..a7eb9c2d7 100755
--- a/src/classes/com/sun/opengl/util/texture/TextureIO.java
+++ b/src/classes/com/sun/opengl/util/texture/TextureIO.java
@@ -547,6 +547,9 @@ public class TextureIO {
* no initial data. This is used, for example, to construct cube
* maps out of multiple TextureData objects.
*
+ * @param target the OpenGL target type, eg GL.GL_TEXTURE_2D,
+ * GL.GL_TEXTURE_RECTANGLE_ARB
+ *
* @throws GLException if no OpenGL context is current or if an
* OpenGL error occurred
*/