Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 232c4900 authored by Ricardo Loo's avatar Ricardo Loo
Browse files

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
parent 5a50d2b1
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -203,8 +203,8 @@ public class GLU {
     * @param view the current view, {x, y, width, height}
     * @param view the current view, {x, y, width, height}
     * @param viewOffset the offset into the view array where the view vector
     * @param viewOffset the offset into the view array where the view vector
     *        data starts.
     *        data starts.
     * @param obj the output vector {objX, objY, objZ}, that returns the
     * @param obj the output vector {objX, objY, objZ, objW}, that returns the
     *        computed object coordinates.
     *        computed homogeneous object coordinates.
     * @param objOffset the offset into the obj array where the obj vector data
     * @param objOffset the offset into the obj array where the obj vector data
     *        starts.
     *        starts.
     * @return A return value of GL10.GL_TRUE indicates success, a return value
     * @return A return value of GL10.GL_TRUE indicates success, a return value