diff options
author | Alex Sakhartchouk <alexst@google.com> | 2010-07-02 12:14:26 -0700 |
---|---|---|
committer | Alex Sakhartchouk <alexst@google.com> | 2010-07-02 12:14:26 -0700 |
commit | 8287a9bc5e184f1bbb91866591c4358a3a9eb168 (patch) | |
tree | 55126bd3dfa3cbdb2ccea11476cb55cb7cc8dde8 /graphics/java/android/renderscript/RenderScript.java | |
parent | 704aba52a8732ac6fffe9551756f86e76864e0a7 (diff) |
Cleanup pass on the mesh api change.
Removed all the simple mesh related calls and temporary objects.
Change-Id: Ic64a72a894e0314f216f10e1cfc0d45b17e2e182
Diffstat (limited to 'graphics/java/android/renderscript/RenderScript.java')
-rw-r--r-- | graphics/java/android/renderscript/RenderScript.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/java/android/renderscript/RenderScript.java b/graphics/java/android/renderscript/RenderScript.java index c7e8ca5929bc..fcc6cbbda840 100644 --- a/graphics/java/android/renderscript/RenderScript.java +++ b/graphics/java/android/renderscript/RenderScript.java @@ -190,10 +190,6 @@ public class RenderScript { native void nMeshBindVertex(int id, int alloc, int slot); native void nMeshBindIndex(int id, int alloc, int prim, int slot); - native int nSimpleMeshCreate(int batchID, int idxID, int[] vtxID, int prim); - native void nSimpleMeshBindVertex(int id, int alloc, int slot); - native void nSimpleMeshBindIndex(int id, int alloc); - native void nAnimationBegin(int attribCount, int keyframeCount); native void nAnimationAdd(float time, float[] attribs); native int nAnimationCreate(); |