summaryrefslogtreecommitdiff
path: root/opengl
diff options
context:
space:
mode:
authorRicardo Loo <rloo@google.com>2017-02-03 18:38:01 -0600
committerRicardo Loo <rloo@google.com>2017-02-03 18:40:27 -0600
commit232c4900ac3b7e2e6b9b7e04bd0381ae7644690d (patch)
treee0b101d9c57cf36046636d90c5164bc1b45f96e2 /opengl
parent5a50d2b12cf8b41286a873aac6a808d36bbc706c (diff)
downloadbase-232c4900ac3b7e2e6b9b7e04bd0381ae7644690d.tar.gz
docs: Update gluUnProject parameter description.
Adding missing variable in the output vector. Originally reported in http://code.google.com/p/android/issues/detail?id=25143 Change-Id: I91d9ce7e53a9d9cdd890899a0edd49830d533b9b Bug: 5991013
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