commit | 98e10fd7438f2e925e7fb5c2ec97c1f8cc583634 | [log] [tgz] |
---|---|---|
author | Romain Guy <[email protected]> | Thu Jul 30 18:45:01 2009 -0700 |
committer | Romain Guy <[email protected]> | Thu Jul 30 19:11:51 2009 -0700 |
tree | 710d7e5d74f35d9562173751426be3ed7b772131 | |
parent | c91e8806ba32a6ccc4f10881d198ffe625768596 [diff] [blame] |
First pass at implementing the Grass live wallpaper in RenderScript. This change also adds second(), minute() and hour() to the RS library.
diff --git a/rsScript.h b/rsScript.h index 7dd2b61..a8e04a6 100644 --- a/rsScript.h +++ b/rsScript.h
@@ -43,6 +43,9 @@ float mClearDepth; uint32_t mClearStencil; + uint32_t mStartTimeMillis; + const char* mTimeZone; + ObjectBaseRef<ProgramVertex> mVertex; ObjectBaseRef<ProgramFragment> mFragment; //ObjectBaseRef<ProgramRaster> mRaster;