commit | 334ea0c98f051b5a6b85bc616c93304651854298 | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Mon Aug 17 13:56:09 2009 -0700 |
committer | Jason Sams <rjsams@android.com> | Mon Aug 17 13:56:09 2009 -0700 |
tree | b3d87acd4f6285446fdc166d0ec9bb5330f42c21 | |
parent | 0ef135d5c79ff5b443b43f8743250044700a8bb5 [diff] [blame] |
Update fountain and add writable flag to script slots.
diff --git a/libs/rs/rsScriptC.h b/libs/rs/rsScriptC.h index 32a9079..302515e 100644 --- a/libs/rs/rsScriptC.h +++ b/libs/rs/rsScriptC.h
@@ -70,6 +70,7 @@ ObjectBaseRef<const Type> mConstantBufferTypes[MAX_SCRIPT_BANKS]; String8 mSlotNames[MAX_SCRIPT_BANKS]; + bool mSlotWritable[MAX_SCRIPT_BANKS]; void clear(); void runCompiler(Context *rsc);