diff options
author | Scott Lobdell <slobdell@google.com> | 2021-04-07 05:35:55 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-04-07 05:35:55 +0000 |
commit | 4e00df6fea7b8978354d0ef716d8c9dff5e2e589 (patch) | |
tree | 80a5dbbcff60d4af58e1777bd122a3ebe18703c1 /rs/java/android/renderscript/ProgramVertexFixedFunction.java | |
parent | aacaa6721eb652b3a54040bb4f866c1c2bd69606 (diff) | |
parent | 01c265f0a43b4d57b09d6c05d6ef72b97a91a2de (diff) |
Merge changes from topic "SP1A.210329.001" into s-keystone-qcom-dev
* changes:
Fix screen can not turn on with power key sometimes
Merge SP1A.210329.001
Diffstat (limited to 'rs/java/android/renderscript/ProgramVertexFixedFunction.java')
-rw-r--r-- | rs/java/android/renderscript/ProgramVertexFixedFunction.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rs/java/android/renderscript/ProgramVertexFixedFunction.java b/rs/java/android/renderscript/ProgramVertexFixedFunction.java index 03c2eaf91242..4cf2f4c8174f 100644 --- a/rs/java/android/renderscript/ProgramVertexFixedFunction.java +++ b/rs/java/android/renderscript/ProgramVertexFixedFunction.java @@ -27,6 +27,7 @@ import android.compat.annotation.UnsupportedAppUsage; * without writing any GLSL code. * **/ +@Deprecated public class ProgramVertexFixedFunction extends ProgramVertex { ProgramVertexFixedFunction(long id, RenderScript rs) { |