summaryrefslogtreecommitdiffstats
path: root/rsScriptC.h
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2009-06-10 15:04:38 -0700
committerJason Sams <rjsams@android.com>2009-06-10 15:04:38 -0700
commita0a1b6fbece2eb8d72d788422ab3e5f58d5a9216 (patch)
tree6d1c76249b13b3c7f84e29edb1f32a3c9cf42f5b /rsScriptC.h
parent1030893d9b99b72468034da13df025bda479bb97 (diff)
downloadandroid_frameworks_rs-a0a1b6fbece2eb8d72d788422ab3e5f58d5a9216.tar.gz
android_frameworks_rs-a0a1b6fbece2eb8d72d788422ab3e5f58d5a9216.tar.bz2
android_frameworks_rs-a0a1b6fbece2eb8d72d788422ab3e5f58d5a9216.zip
Add named objects and implement support for ProgramFragmentStore and ProgramFragment to be used by name in scripts.
Diffstat (limited to 'rsScriptC.h')
-rw-r--r--rsScriptC.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsScriptC.h b/rsScriptC.h
index d178c86e..55a2cc63 100644
--- a/rsScriptC.h
+++ b/rsScriptC.h
@@ -74,7 +74,7 @@ public:
Vector<const Type *> mConstantBufferTypes;
void clear();
- void runCompiler();
+ void runCompiler(Context *rsc);
};