docs: Update gluUnProject parameter description.

am: 232c4900ac

Change-Id: I087f08225229483798997096be428ef89f61d0bb
This commit is contained in:
Ricardo Loo
2017-02-06 20:45:23 +00:00
committed by android-build-merger

View File

@@ -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