From b13ada5071f55c96054c47bbd88d8801cd2c0f15 Mon Sep 17 00:00:00 2001 From: Jason Sams Date: Tue, 25 Aug 2009 11:34:49 -0700 Subject: Add support for selecting the color bit depth and if the application used a depth buffer. --- libs/rs/rsProgramVertex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/rs/rsProgramVertex.cpp') diff --git a/libs/rs/rsProgramVertex.cpp b/libs/rs/rsProgramVertex.cpp index 6ef54563bd50..dc57d3451968 100644 --- a/libs/rs/rsProgramVertex.cpp +++ b/libs/rs/rsProgramVertex.cpp @@ -44,7 +44,7 @@ static void logMatrix(const char *txt, const float *f) LOGV("%6.2f, %6.2f, %6.2f, %6.2f", f[3], f[7], f[11], f[15]); } -void ProgramVertex::setupGL(ProgramVertexState *state) +void ProgramVertex::setupGL(const Context *rsc, ProgramVertexState *state) { if ((state->mLast.get() == this) && !mDirty) { return; -- cgit v1.2.3-59-g8ed1b