summaryrefslogtreecommitdiff
path: root/graphics/java/android/renderscript/Mesh.java
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2011-01-11 19:30:58 -0800
committerStephen Hines <srhines@google.com>2011-01-12 14:24:35 -0800
commitb11e3d2b0edb03a5e3ea535d58b0cbe2d920ed16 (patch)
treec4ad77c456f7b43f7ceb910b186f8a0b10ff51b3 /graphics/java/android/renderscript/Mesh.java
parent54c38bf05da42e40b8726ab2b5a33762081e9345 (diff)
Unhide more of the RS APIs.
Change-Id: I7ec5de42680a4184d3a1380ea7c35b6ba3cf13bf
Diffstat (limited to 'graphics/java/android/renderscript/Mesh.java')
-rw-r--r--graphics/java/android/renderscript/Mesh.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/java/android/renderscript/Mesh.java b/graphics/java/android/renderscript/Mesh.java
index b77fe7d459ed..f1f1237a58e3 100644
--- a/graphics/java/android/renderscript/Mesh.java
+++ b/graphics/java/android/renderscript/Mesh.java
@@ -22,7 +22,6 @@ import android.util.Config;
import android.util.Log;
/**
- * @hide
* Mesh class is a container for geometric data displayed in
* renderscript.
*
@@ -205,7 +204,7 @@ public class Mesh extends BaseObj {
/**
* Adds a vertex data type to the builder object
*
- * @param r type of the vertex data allocation to be created
+ * @param t type of the vertex data allocation to be created
*
* @return this
**/