summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ProgramVertexFixedFunction.java
diff options
context:
space:
mode:
authorScott Lobdell <slobdell@google.com>2021-04-07 05:35:55 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-04-07 05:35:55 +0000
commit4e00df6fea7b8978354d0ef716d8c9dff5e2e589 (patch)
tree80a5dbbcff60d4af58e1777bd122a3ebe18703c1 /rs/java/android/renderscript/ProgramVertexFixedFunction.java
parentaacaa6721eb652b3a54040bb4f866c1c2bd69606 (diff)
parent01c265f0a43b4d57b09d6c05d6ef72b97a91a2de (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.java1
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) {