summaryrefslogtreecommitdiff
path: root/rsProgramVertex.cpp
diff options
context:
space:
mode:
authorJason Sams <jsams@google.com>2012-07-24 18:10:20 -0700
committerJason Sams <jsams@google.com>2012-07-24 18:10:20 -0700
commite3150cfb3edb028407669e4a65e087eae77e718c (patch)
tree2c722d95d30d534bdeef11958a4a50d33b3c3e7f /rsProgramVertex.cpp
parentcd1e8c8d88330f02aec7092ab5bff8e4aa51f508 (diff)
downloadrs-e3150cfb3edb028407669e4a65e087eae77e718c.tar.gz
Plumb context through for serialization.
Change-Id: I2a49f57aa7576604deeac898a7cceb36ae68d66f
Diffstat (limited to 'rsProgramVertex.cpp')
-rw-r--r--rsProgramVertex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsProgramVertex.cpp b/rsProgramVertex.cpp
index 23fcbe72..4374e511 100644
--- a/rsProgramVertex.cpp
+++ b/rsProgramVertex.cpp
@@ -136,7 +136,7 @@ void ProgramVertex::transformToScreen(Context *rsc, float *v4out, const float *v
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) {