summaryrefslogtreecommitdiff
path: root/rsProgramVertex.h
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2009-06-16 17:49:58 -0700
committerJason Sams <rjsams@android.com>2009-06-16 17:49:58 -0700
commit56bc1af0a040b003164e3394f1c7a277b15e7d85 (patch)
tree788698eb5b5f072338b9b6f7c739a1e034adf944 /rsProgramVertex.h
parent2a1cc8f23454ca64ceb90427c65959149f593a0d (diff)
downloadrs-56bc1af0a040b003164e3394f1c7a277b15e7d85.tar.gz
Switch fountain to use ProgramVertex rather than hard coded camers in scripts. Remove camera code from scripts.
Diffstat (limited to 'rsProgramVertex.h')
-rw-r--r--rsProgramVertex.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/rsProgramVertex.h b/rsProgramVertex.h
index 677be6e9..0b3a3eb0 100644
--- a/rsProgramVertex.h
+++ b/rsProgramVertex.h
@@ -38,9 +38,6 @@ public:
void setConstantType(uint32_t slot, const Type *);
void bindAllocation(uint32_t slot, Allocation *);
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;
@@ -50,8 +47,6 @@ protected:
// Hacks to create a program for now
bool mTextureMatrixEnable;
- bool mProjectionEnable;
- bool mTransformEnable;
};