Implement OOB destroy method that can be called from the java finalizer removing the need to explicitly destroy objects.
This commit is contained in:
@@ -75,6 +75,7 @@ public class RenderScript {
|
||||
|
||||
native void nAssignName(int obj, byte[] name);
|
||||
native void nObjDestroy(int id);
|
||||
native void nObjDestroyOOB(int id);
|
||||
native int nFileOpen(byte[] name);
|
||||
|
||||
native void nElementBegin();
|
||||
|
||||
Reference in New Issue
Block a user