Added ability to set font color.
Propagating the name of meshes and allocations from native a3d to java Change-Id: If781f55340b5369459610e5e92ea69e240dcd24e
This commit is contained in:
@@ -83,6 +83,7 @@ public class RenderScript {
|
||||
native void nContextDeinitToClient();
|
||||
|
||||
native void nAssignName(int obj, byte[] name);
|
||||
native String nGetName(int obj);
|
||||
native void nObjDestroy(int id);
|
||||
native void nObjDestroyOOB(int id);
|
||||
native int nFileOpen(byte[] name);
|
||||
|
||||
Reference in New Issue
Block a user