From 397b0b17fd26439eb82a76fea903952b88e5cc96 Mon Sep 17 00:00:00 2001 From: Tim Murray Date: Tue, 7 Jan 2014 15:35:08 -0800 Subject: Make object destruction asynchronous. Change-Id: Ie4a5e35f11da6f26dca273d79462952b0e3722c1 --- rsContext.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rsContext.h') diff --git a/rsContext.h b/rsContext.h index ab56c276..d21227e7 100644 --- a/rsContext.h +++ b/rsContext.h @@ -312,6 +312,8 @@ private: uint32_t mAverageFPS; }; +void LF_ObjDestroy_handcode(const Context *rsc, RsAsyncVoidPtr objPtr); + } // renderscript } // android #endif -- cgit v1.2.3