diff options
author | Tim Murray <timmurray@google.com> | 2013-03-14 12:11:18 -0700 |
---|---|---|
committer | Tim Murray <timmurray@google.com> | 2013-03-25 18:22:20 -0700 |
commit | d72f932b8cbf461ebb79c249ce92b9b811122190 (patch) | |
tree | 2e89f77cf54e7b88b94773b04aa558f12aae0489 /graphics/java/android/renderscript/Mesh.java | |
parent | aad37a1eeb4dcd35500a382401b889d34f6430d2 (diff) |
Remove all public mention of RS graphics from docs.
Change-Id: I50b29c89ae80ba3ae7b12dc60fee8585e17ed560
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 |