diff options
author | moorej <[email protected]> | 2008-05-02 18:24:30 +0000 |
---|---|---|
committer | moorej <[email protected]> | 2008-05-02 18:24:30 +0000 |
commit | b2ece78719cf286975ef11a9dfc23f308b9a6fc2 (patch) | |
tree | 8c1a7e65de11f3d5daa8311db085b125049d93e6 /src | |
parent | b00c1f1d65e52696a5bcf7729eadfd6bd8ebfb0d (diff) |
Added documentation to describe the target parameter.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1618 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'src')
-rwxr-xr-x | src/classes/com/sun/opengl/util/texture/TextureIO.java | 3 |
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 */ |