diff options
author | Sven Gothel <[email protected]> | 2012-12-16 07:48:00 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-12-16 07:48:00 +0100 |
commit | 15735cf6861ad12503875f73eafde8b95932c0a8 (patch) | |
tree | fe79e36cff300d61c752989bb1edb1a54338fbfe /src/jogl/classes/com/jogamp | |
parent | e92823cddc54b0f4fa71e234061a21de6ee5248c (diff) |
MacOSXCGLContext: Use new setLocation(gl, shader-program); Minor edits..
Diffstat (limited to 'src/jogl/classes/com/jogamp')
-rw-r--r-- | src/jogl/classes/com/jogamp/opengl/util/texture/spi/PNGImage.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jogl/classes/com/jogamp/opengl/util/texture/spi/PNGImage.java b/src/jogl/classes/com/jogamp/opengl/util/texture/spi/PNGImage.java index d8d6f7daa..d9be4ce31 100644 --- a/src/jogl/classes/com/jogamp/opengl/util/texture/spi/PNGImage.java +++ b/src/jogl/classes/com/jogamp/opengl/util/texture/spi/PNGImage.java @@ -144,7 +144,7 @@ public class PNGImage { /** Returns the dpi of the image. */ public double[] getDpi() { return dpi; } - /** Returns the OpenGL format for this texture; e.g. GL.GL_BGR or GL.GL_BGRA. */ + /** Returns the OpenGL format for this texture; e.g. GL.GL_LUMINANCE, GL.GL_RGB or GL.GL_RGBA. */ public int getGLFormat() { return glFormat; } /** Returns the OpenGL data type: GL.GL_UNSIGNED_BYTE. */ |