diff options
| author | Yang Ni <yangni@google.com> | 2015-01-27 14:32:25 -0800 |
|---|---|---|
| committer | Yang Ni <yangni@google.com> | 2015-02-04 17:02:05 -0800 |
| commit | eb9aa675754c49f613c6ad71d41472b30f38b007 (patch) | |
| tree | ec08471b489ff5aed696c2217841667a9ab16124 /rsFileA3D.cpp | |
| parent | caa8bd8b8a43d4cecbc391651fc90b3a2147957e (diff) | |
| download | android_frameworks_rs-eb9aa675754c49f613c6ad71d41472b30f38b007.tar.gz android_frameworks_rs-eb9aa675754c49f613c6ad71d41472b30f38b007.tar.bz2 android_frameworks_rs-eb9aa675754c49f613c6ad71d41472b30f38b007.zip | |
Runtime support for invocables in ScriptGroups
This also includes support for InvokeID
Change-Id: I5b59df166ea30b309b8dd9623825ac0e72d03856
Diffstat (limited to 'rsFileA3D.cpp')
| -rw-r--r-- | rsFileA3D.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rsFileA3D.cpp b/rsFileA3D.cpp index 3fe69422..f85fffef 100644 --- a/rsFileA3D.cpp +++ b/rsFileA3D.cpp @@ -288,6 +288,8 @@ ObjectBase *FileA3D::initializeFromEntry(size_t index) { break; case RS_A3D_CLASS_ID_SCRIPT_KERNEL_ID: break; + case RS_A3D_CLASS_ID_SCRIPT_INVOKE_ID: + break; case RS_A3D_CLASS_ID_SCRIPT_FIELD_ID: break; case RS_A3D_CLASS_ID_SCRIPT_METHOD_ID: |
