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/rsScript.h b/libs/rs/rsScript.h index dc66763..60f83a6 100644 --- a/libs/rs/rsScript.h +++ b/libs/rs/rsScript.h
@@ -61,6 +61,7 @@ ObjectBaseRef<Allocation> mSlots[MAX_SCRIPT_BANKS]; ObjectBaseRef<const Type> mTypes[MAX_SCRIPT_BANKS]; String8 mSlotNames[MAX_SCRIPT_BANKS]; + bool mSlotWritable[MAX_SCRIPT_BANKS]; virtual bool run(Context *, uint32_t launchID) = 0; };