Skip to content

Commit

Permalink
docs: Update gluUnProject parameter description.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ricalo committed Feb 4, 2017
1 parent 5a50d2b commit 232c490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opengl/java/android/opengl/GLU.java
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ public static int gluProject(float objX, float objY, float objZ,
* @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
Expand Down

0 comments on commit 232c490

Please sign in to comment.