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

Commit d9f47f36 authored by Andrew Solovay's avatar Andrew Solovay Committed by Automerger Merge Worker
Browse files

Merge "Fix example AGSL code in the javadoc comments" into tm-dev am:...

Merge "Fix example AGSL code in the javadoc comments" into tm-dev am: 89acf500 am: 0dc87cd9 am: 48a36fc5

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19889898



Change-Id: Ib78c5529a4f57da3b38e22e3c9c0ed964579219f
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents af4e4228 48a36fc5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -214,7 +214,7 @@ import libcore.util.NativeAllocationRegistry;
 * uniform shader myShader;
 * vec4 main(vec2 canvas_coordinates) {
 *     // swap the red and blue color channels when sampling from myShader
 *     return myShader.sample(canvas_coordinates).bgra;
 *     return myShader.eval(canvas_coordinates).bgra;
 * }</pre>
 *
 * <p>After creating a {@link RuntimeShader} with that program the shader uniform can