commit | e5ffb879ae535a899a486285a23bea05e912480f | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Sun Aug 09 17:01:55 2009 -0700 |
committer | Jason Sams <rjsams@android.com> | Sun Aug 09 17:05:13 2009 -0700 |
tree | fd757a99de2046b5a9e1cdac42e1ac423213fc30 | |
parent | fcc1c2b80419aca3db34e1ce4622a12caf07cf45 [diff] [blame] |
Begin implementing SimpleMesh and fix some bugs with refcounting and java object destruction tracking.
diff --git a/rsContext.h b/rsContext.h index 1f8352c..5d41460 100644 --- a/rsContext.h +++ b/rsContext.h
@@ -26,6 +26,7 @@ #include "rsMatrix.h" #include "rsAllocation.h" #include "rsTriangleMesh.h" +#include "rsSimpleMesh.h" #include "rsMesh.h" #include "rsDevice.h" #include "rsScriptC.h"