diff options
author | Tim Murray <timmurray@google.com> | 2013-04-05 22:06:43 +0000 |
---|---|---|
committer | Tim Murray <timmurray@google.com> | 2013-04-05 15:17:54 -0700 |
commit | a90842283e322b1210e2bea5850b05177e3d87af (patch) | |
tree | 1b814376dc63adeee70854711a94a29a51f3eb00 /graphics/java/android/renderscript/Mesh.java | |
parent | b2cb8e41f93e8a26241e3de20e862ffa66dedaa4 (diff) |
Remove all public mention of RS graphics from docs.
Change-Id: Ie43b5fb0353149aa9af433b6f5c5141349388ea0
Diffstat (limited to 'graphics/java/android/renderscript/Mesh.java')
-rw-r--r-- | graphics/java/android/renderscript/Mesh.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/java/android/renderscript/Mesh.java b/graphics/java/android/renderscript/Mesh.java index 72105131735a..d0d383d41461 100644 --- a/graphics/java/android/renderscript/Mesh.java +++ b/graphics/java/android/renderscript/Mesh.java @@ -21,6 +21,7 @@ import java.util.Vector; import android.util.Log; /** + * @hide * @deprecated in API 16 * <p>This class is a container for geometric data displayed with * Renderscript. Internally, a mesh is a collection of allocations that |