diff options
| author | 2010-07-28 11:17:53 -0700 | |
|---|---|---|
| committer | 2010-07-28 11:17:53 -0700 | |
| commit | 17966517a1ecbe38b276235967dbc03b58628bbc (patch) | |
| tree | faf17992e3f16a3114a0286812c51eb597e92e69 /libs/rs/rsScript.h | |
| parent | 7f4d0c9705af50351753b608fc107e0220c9a2f4 (diff) | |
Cleanup sendToClient and add rsGetDt().
Remove legacy implemtation of matrix calls which were moved to llvm bc.
Change-Id: I527740590067db3bcb2147233ef41fb057f1d2a8
Diffstat (limited to 'libs/rs/rsScript.h')
| -rw-r--r-- | libs/rs/rsScript.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/rs/rsScript.h b/libs/rs/rsScript.h index 0717059fbd8b..455ece742d01 100644 --- a/libs/rs/rsScript.h +++ b/libs/rs/rsScript.h @@ -40,7 +40,8 @@ public: virtual ~Script(); struct Enviroment_t { - uint32_t mStartTimeMillis; + int64_t mStartTimeMillis; + int64_t mLastDtTime; const char* mTimeZone; ObjectBaseRef<ProgramVertex> mVertex; |