summaryrefslogtreecommitdiff
path: root/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
commit2a1cc8f23454ca64ceb90427c65959149f593a0d (patch)
tree8de5a4bc1355c396e985b081b56943c999179ce3 /rsProgramVertex.h
parent45f1654d7a8e4873d50ae5734643490d264c8db9 (diff)
downloadrs-2a1cc8f23454ca64ceb90427c65959149f593a0d.tar.gz
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 'rsProgramVertex.h')
-rw-r--r--rsProgramVertex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rsProgramVertex.h b/rsProgramVertex.h
index cd46900c..677be6e9 100644
--- a/rsProgramVertex.h
+++ b/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;