diff options
| author | Alex Sakhartchouk <alexst@google.com> | 2010-07-01 16:14:06 -0700 |
|---|---|---|
| committer | Alex Sakhartchouk <alexst@google.com> | 2010-07-01 16:14:12 -0700 |
| commit | 4e9a7a8ded109e16b163789274899447cef02642 (patch) | |
| tree | 981c2a16598e7ab728c53f236a9ad8f30eb29cd3 /rsContext.h | |
| parent | 85c1a5ca627d5b36c7ef1ada6a0fa03e5dc534e1 (diff) | |
| download | android_frameworks_rs-4e9a7a8ded109e16b163789274899447cef02642.tar.gz android_frameworks_rs-4e9a7a8ded109e16b163789274899447cef02642.tar.bz2 android_frameworks_rs-4e9a7a8ded109e16b163789274899447cef02642.zip | |
Start of mesh API cleanup.
Switched all native code to go through Mesh class.
Removed SimpleMesh
Added java Mesh class
Will need to port all existing code to use java Mesh, then remove java SimpleMesh.
Change-Id: Idb9c03d0b06b4ef87db28dffcffa1881d39120e5
Diffstat (limited to 'rsContext.h')
| -rw-r--r-- | rsContext.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rsContext.h b/rsContext.h index 73f478ad..06433a17 100644 --- a/rsContext.h +++ b/rsContext.h @@ -24,7 +24,6 @@ #include "rsType.h" #include "rsMatrix.h" #include "rsAllocation.h" -#include "rsSimpleMesh.h" #include "rsMesh.h" #include "rsDevice.h" #include "rsScriptC.h" |
