diff options
| author | 2009-08-25 12:41:37 -0700 | |
|---|---|---|
| committer | 2009-08-25 12:41:37 -0700 | |
| commit | 77f77f904a8cb13dc2cd921b253658072389e95f (patch) | |
| tree | 54402be0dc93c979bedb4ace1ddee62a4dac4091 /libs/rs/rsProgramVertex.cpp | |
| parent | 4025dbd97e7e800e9a75f76664453bdb2971c132 (diff) | |
| parent | b13ada5071f55c96054c47bbd88d8801cd2c0f15 (diff) | |
Merge change 22231 into eclair
* changes:
Add support for selecting the color bit depth and if the application used a depth buffer.
Diffstat (limited to 'libs/rs/rsProgramVertex.cpp')
| -rw-r--r-- | libs/rs/rsProgramVertex.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |