summaryrefslogtreecommitdiff
path: root/rsContext.h
diff options
context:
space:
mode:
authorTim Murray <timmurray@google.com>2014-01-07 15:35:08 -0800
committerTim Murray <timmurray@google.com>2014-01-08 14:34:24 -0800
commit397b0b17fd26439eb82a76fea903952b88e5cc96 (patch)
treee8ecd3b156ebf1b98610044528840ffa6ce9ca16 /rsContext.h
parentc2eca55c8b6de99130329a96b13498b700aa6344 (diff)
downloadrs-397b0b17fd26439eb82a76fea903952b88e5cc96.tar.gz
Make object destruction asynchronous.
Change-Id: Ie4a5e35f11da6f26dca273d79462952b0e3722c1
Diffstat (limited to 'rsContext.h')
-rw-r--r--rsContext.h2
1 files changed, 2 insertions, 0 deletions
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