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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/rs/rsProgramVertex.h') diff --git a/libs/rs/rsProgramVertex.h b/libs/rs/rsProgramVertex.h index c9ce7aa6a674..523c3edd336f 100644 --- a/libs/rs/rsProgramVertex.h +++ b/libs/rs/rsProgramVertex.h @@ -33,7 +33,7 @@ public: ProgramVertex(Element *in, Element *out); virtual ~ProgramVertex(); - virtual void setupGL(ProgramVertexState *state); + virtual void setupGL(const Context *rsc, ProgramVertexState *state); void setTextureMatrixEnable(bool e) {mTextureMatrixEnable = e;} -- cgit v1.2.3-59-g8ed1b