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

Commit c495d8f1 authored by Tenghui Zhu's avatar Tenghui Zhu Committed by android-build-merger
Browse files

Merge "Add documentation about 0 scale matrix to Shader" into oc-dev am: 52ca7501

am: e7bc3d70

Change-Id: I1f659529a22072d329af949bedb3636400f0fde3
parents 54f1ac52 e7bc3d70
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -90,7 +90,8 @@ public class Shader {

    /**
     * Set the shader's local matrix. Passing null will reset the shader's
     * matrix to identity.
     * matrix to identity. If the matrix has scale value as 0, the drawing
     * result is undefined.
     *
     * @param localM The shader's new local matrix, or null to specify identity
     */