commit | fbf0b9ecda03fbdbd4ebabfd18da09a789686249 | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Thu Aug 13 12:59:04 2009 -0700 |
committer | Jason Sams <rjsams@android.com> | Thu Aug 13 12:59:04 2009 -0700 |
tree | 6c321ebb1d011aae9961ed7c046645028b05da86 | |
parent | 1b52aae4d908fcf749e9a8d86bb0a33c70728c56 [diff] [blame] |
Implement named slots and convert script.addType to script.setType to remove ordering restrictions.
diff --git a/libs/rs/rsScriptC.h b/libs/rs/rsScriptC.h index 60a6fba..32a9079 100644 --- a/libs/rs/rsScriptC.h +++ b/libs/rs/rsScriptC.h
@@ -69,7 +69,7 @@ Script::Enviroment_t mEnviroment; ObjectBaseRef<const Type> mConstantBufferTypes[MAX_SCRIPT_BANKS]; - uint32_t mConstantTypeCount; + String8 mSlotNames[MAX_SCRIPT_BANKS]; void clear(); void runCompiler(Context *rsc);