summaryrefslogtreecommitdiff
path: root/rsScriptC.h
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2011-04-20 15:09:01 -0700
committerJason Sams <rjsams@android.com>2011-04-20 15:09:01 -0700
commit87fe59a2f4d4c74539bfa0bff5f9a7e320e99415 (patch)
tree34d774d54f75657d949e034858149dba4e3368ff /rsScriptC.h
parenteed1b156ca3e439f3d178ce99a4fa736527b15f9 (diff)
downloadrs-87fe59a2f4d4c74539bfa0bff5f9a7e320e99415.tar.gz
Create runtime stubs for compute driver.
Change-Id: I8e0250a642844a2ad3ff6efc38e385445b7da032
Diffstat (limited to 'rsScriptC.h')
-rw-r--r--rsScriptC.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rsScriptC.h b/rsScriptC.h
index 2edeb9b4..4c85745e 100644
--- a/rsScriptC.h
+++ b/rsScriptC.h
@@ -47,6 +47,7 @@ public:
const Allocation * ain,
Allocation * aout,
const void * usr,
+ size_t usrBytes,
const RsScriptCall *sc = NULL);
virtual void serialize(OStream *stream) const { }