commit | eb4b031804f42d52645d0d74f8ebc806f85a043b | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Thu Nov 12 16:09:45 2009 -0800 |
committer | Jason Sams <rjsams@android.com> | Thu Nov 12 16:09:45 2009 -0800 |
tree | 03b23878f972d71ddb329d80387f42a29df4966d | |
parent | 59175ac269df2a584241e9786dc70ac35cb973e3 [diff] [blame] |
Make default vertex program correctly track surface size.
diff --git a/libs/rs/rsProgramVertex.h b/libs/rs/rsProgramVertex.h index 493668c..a97ba38 100644 --- a/libs/rs/rsProgramVertex.h +++ b/libs/rs/rsProgramVertex.h
@@ -63,6 +63,7 @@ void init(Context *rsc, int32_t w, int32_t h); void deinit(Context *rsc); + void updateSize(Context *rsc, int32_t w, int32_t h); ObjectBaseRef<ProgramVertex> mDefault; ObjectBaseRef<ProgramVertex> mLast;