diff options
Diffstat (limited to 'libs/rs/rsProgramVertex.h')
| -rw-r--r-- | libs/rs/rsProgramVertex.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/rs/rsProgramVertex.h b/libs/rs/rsProgramVertex.h index 677be6e..0b3a3eb 100644 --- a/libs/rs/rsProgramVertex.h +++ b/libs/rs/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; }; |
