commit | e3150cfb3edb028407669e4a65e087eae77e718c | [log] [tgz] |
---|---|---|
author | Jason Sams <[email protected]> | Tue Jul 24 18:10:20 2012 -0700 |
committer | Jason Sams <[email protected]> | Tue Jul 24 18:10:20 2012 -0700 |
tree | 2c722d95d30d534bdeef11958a4a50d33b3c3e7f | |
parent | cd1e8c8d88330f02aec7092ab5bff8e4aa51f508 [diff] [blame] |
Plumb context through for serialization. Change-Id: I2a49f57aa7576604deeac898a7cceb36ae68d66f
diff --git a/rsProgramVertex.cpp b/rsProgramVertex.cpp index 23fcbe7..4374e51 100644 --- a/rsProgramVertex.cpp +++ b/rsProgramVertex.cpp
@@ -136,7 +136,7 @@ mvp.vectorMultiply(v4out, v3in); } -void ProgramVertex::serialize(OStream *stream) const { +void ProgramVertex::serialize(Context *rsc, OStream *stream) const { } ProgramVertex *ProgramVertex::createFromStream(Context *rsc, IStream *stream) {