summaryrefslogtreecommitdiff
path: root/libs/rs/rsScript.h
diff options
context:
space:
mode:
author Jason Sams <rjsams@android.com> 2009-06-16 17:49:58 -0700
committer Jason Sams <rjsams@android.com> 2009-06-16 17:49:58 -0700
commitb37c0a5db65cd8b72cac6a3250faddd1aecb722e (patch)
tree5f3c30f30b5e3e7d114fdabb37882bc1bceffd8d /libs/rs/rsScript.h
parent0826a6f90f049bf94fc39fb23ad3a736a14b96eb (diff)
Switch fountain to use ProgramVertex rather than hard coded camers in scripts. Remove camera code from scripts.
Diffstat (limited to 'libs/rs/rsScript.h')
-rw-r--r--libs/rs/rsScript.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/rs/rsScript.h b/libs/rs/rsScript.h
index d32f116a7f85..7dd2b61ff286 100644
--- a/libs/rs/rsScript.h
+++ b/libs/rs/rsScript.h
@@ -39,7 +39,6 @@ public:
struct Enviroment_t {
bool mIsRoot;
- bool mIsOrtho;
float mClearColor[4];
float mClearDepth;
uint32_t mClearStencil;