diff options
author | Xusong Wang <xusongw@google.com> | 2021-03-11 00:29:08 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2021-03-11 00:29:08 +0000 |
commit | e2be820dc65b39848f274cf060b72e6a95fe28fb (patch) | |
tree | 8c5eaddf5ace0d2db41cf7d7a76381d4761b97b1 /rs/java/android/renderscript/ProgramVertexFixedFunction.java | |
parent | 70aa412d994750ac8896ddeba72dfc10b732f3c1 (diff) | |
parent | efbe8ac6458560b04a403c404071ace6b1833883 (diff) |
Merge changes from topic "renderscript-deprecation" into sc-dev
* changes:
Silence compiler errors because of renderscript deprecation.
Deprecate RS Java APIs.
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) { |