summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsProgramVertex.h
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2009-06-15 19:04:56 -0700
committerJason Sams <rjsams@android.com>2009-06-15 19:04:56 -0700
commit0826a6f90f049bf94fc39fb23ad3a736a14b96eb (patch)
treebe76f413288ce1df6df5d66a786434baf50f9f94 /libs/rs/rsProgramVertex.h
parentcca860fa6bf35471ea71ed5e14186c81a9a41afc (diff)
downloadframeworks_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.h1
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;