commit | fb10c16a0528a418053e4b8e75eebe57476b86ef | [log] [tgz] |
---|---|---|
author | Alex Sakhartchouk <alexst@google.com> | Wed Aug 04 14:45:48 2010 -0700 |
committer | Alex Sakhartchouk <alexst@google.com> | Wed Aug 04 14:45:48 2010 -0700 |
tree | 3a48101a091f1e5b34a3c2dd96d7d01fcfd45635 | |
parent | cf9a44cdf3647c8b31499ad6250f63259c0e34e2 [diff] [blame] |
Added ability to set font color. Propagating the name of meshes and allocations from native a3d to java Change-Id: If781f55340b5369459610e5e92ea69e240dcd24e
diff --git a/libs/rs/rs.spec b/libs/rs/rs.spec index 1b81591..571b145 100644 --- a/libs/rs/rs.spec +++ b/libs/rs/rs.spec
@@ -58,6 +58,11 @@ param size_t len } +GetName { + param void *obj + param const char **name + } + ObjDestroy { param void *obj }