summaryrefslogtreecommitdiff
path: root/opengl
diff options
context:
space:
mode:
authorRicardo Loo <rloo@google.com>2017-02-06 21:00:33 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-02-06 21:00:33 +0000
commit5e490d677a8bcb375d19bce0ce5d88cdc7110d8f (patch)
tree71bc4ec2a5ed548582b9c7fee841a257e2059d68 /opengl
parentcf67a3282326bdb88e2998494a850bf66ef80ea3 (diff)
parent7ade93fedfeb1de0b871cf348664a0854f292846 (diff)
downloadbase-5e490d677a8bcb375d19bce0ce5d88cdc7110d8f.tar.gz
docs: Update gluUnProject parameter description. am: 232c4900ac am: cb6a5fc0f3 am: 94122af913
am: 7ade93fedf Change-Id: Ifbdb0953222e7d2a5dd1a61ba1cf7880573563a2
Diffstat (limited to 'opengl')
-rw-r--r--opengl/java/android/opengl/GLU.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/opengl/java/android/opengl/GLU.java b/opengl/java/android/opengl/GLU.java
index ed6455689e44..ef9bf16747a4 100644
--- a/opengl/java/android/opengl/GLU.java
+++ b/opengl/java/android/opengl/GLU.java
@@ -203,8 +203,8 @@ public class GLU {
* @param view the current view, {x, y, width, height}
* @param viewOffset the offset into the view array where the view vector
* data starts.
- * @param obj the output vector {objX, objY, objZ}, that returns the
- * computed object coordinates.
+ * @param obj the output vector {objX, objY, objZ, objW}, that returns the
+ * computed homogeneous object coordinates.
* @param objOffset the offset into the obj array where the obj vector data
* starts.
* @return A return value of GL10.GL_TRUE indicates success, a return value