diff options
| author | Jason Sams <rjsams@android.com> | 2009-06-15 19:04:56 -0700 |
|---|---|---|
| committer | Jason Sams <rjsams@android.com> | 2009-06-15 19:04:56 -0700 |
| commit | 0826a6f90f049bf94fc39fb23ad3a736a14b96eb (patch) | |
| tree | be76f413288ce1df6df5d66a786434baf50f9f94 /libs/rs/rsProgramVertex.h | |
| parent | cca860fa6bf35471ea71ed5e14186c81a9a41afc (diff) | |
| download | frameworks_base-0826a6f90f049bf94fc39fb23ad3a736a14b96eb.zip frameworks_base-0826a6f90f049bf94fc39fb23ad3a736a14b96eb.tar.gz frameworks_base-0826a6f90f049bf94fc39fb23ad3a736a14b96eb.tar.bz2 | |
Bug fixes. TriangleMesh now ref-counts, implement missing element formats, add missing modes for program vertex. Add matrix support classes. Add test app rollo
Diffstat (limited to 'libs/rs/rsProgramVertex.h')
| -rw-r--r-- | libs/rs/rsProgramVertex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/rs/rsProgramVertex.h b/libs/rs/rsProgramVertex.h index cd46900..677be6e 100644 --- a/libs/rs/rsProgramVertex.h +++ b/libs/rs/rsProgramVertex.h @@ -40,6 +40,7 @@ public: void setTextureMatrixEnable(bool e) {mTextureMatrixEnable = e;} void setProjectionEnabled(bool e) {mProjectionEnable = e;} void setTransformEnable(bool e) {mTransformEnable = e;} + void setProjectionEnable(bool e) {mProjectionEnable = e;} protected: bool mDirty; |
