diff options
| author | Jason Sams <rjsams@android.com> | 2009-06-10 15:04:38 -0700 |
|---|---|---|
| committer | Jason Sams <rjsams@android.com> | 2009-06-10 15:04:38 -0700 |
| commit | a0a1b6fbece2eb8d72d788422ab3e5f58d5a9216 (patch) | |
| tree | 6d1c76249b13b3c7f84e29edb1f32a3c9cf42f5b /rsScriptC.h | |
| parent | 1030893d9b99b72468034da13df025bda479bb97 (diff) | |
| download | android_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.h | 2 |
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); }; |
