From e9ad9a719dc66437ddf021d13e6ca736a23b5413 Mon Sep 17 00:00:00 2001 From: Jason Sams Date: Wed, 30 Sep 2009 17:36:20 -0700 Subject: Implement screen aligned bitmap drawing support. --- libs/rs/rsProgramVertex.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libs/rs/rsProgramVertex.h') diff --git a/libs/rs/rsProgramVertex.h b/libs/rs/rsProgramVertex.h index e198f23..493668c 100644 --- a/libs/rs/rsProgramVertex.h +++ b/libs/rs/rsProgramVertex.h @@ -43,6 +43,9 @@ public: void setModelviewMatrix(const rsc_Matrix *) const; void setTextureMatrix(const rsc_Matrix *) const; + void transformToScreen(const Context *, float *v4out, const float *v3in) const; + + protected: uint32_t mLightCount; ObjectBaseRef mLights[MAX_LIGHTS]; -- cgit v1.1