commit | e9ad9a719dc66437ddf021d13e6ca736a23b5413 | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Wed Sep 30 17:36:20 2009 -0700 |
committer | Jason Sams <rjsams@android.com> | Wed Sep 30 17:40:06 2009 -0700 |
tree | eaf8a1b1da324af59924a0d49eb6db36cae5b27c | |
parent | 5eb7c9d3e880032972c0d03dd34d9432fa7c719d [diff] [blame] |
Implement screen aligned bitmap drawing support.
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 @@ 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<const Light> mLights[MAX_LIGHTS];