summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ProgramVertexFixedFunction.java
diff options
context:
space:
mode:
authorXusong Wang <xusongw@google.com>2021-04-23 01:16:04 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-04-23 01:16:04 +0000
commit67485cf9300778d7f20c34b6edb67a6da16fa8fd (patch)
tree330152fc2ce99e099645aae0a99647c036f2cbf0 /rs/java/android/renderscript/ProgramVertexFixedFunction.java
parent81f00f0198d7adc0e0198c06f8383924aafa8f9b (diff)
parent2edb06b86803bbd6e05431d9ad356305b3e5ef29 (diff)
Merge changes from topic "rs-deprecation"
* 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.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) {