summaryrefslogtreecommitdiff
path: root/libs/rs/rsProgram.h
diff options
context:
space:
mode:
author Android (Google) Code Review <android-gerrit@google.com> 2009-12-15 13:33:24 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2009-12-15 13:33:24 -0800
commitd6542507e73e1d7f3380cb4657a0745772818002 (patch)
tree4f3e38a86d46931a4e9fccc68f3021e7f3e44ba1 /libs/rs/rsProgram.h
parent1890be79cfb59bf5e2976bbf3823ec0a510ac961 (diff)
parent7e5ab3b177b10fee304d011b3a4b9ee03e2b18b5 (diff)
Merge change I7e5ab3b1
* changes: Continue es2 shader dev
Diffstat (limited to 'libs/rs/rsProgram.h')
-rw-r--r--libs/rs/rsProgram.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/rs/rsProgram.h b/libs/rs/rsProgram.h
index 01b4c8861489..e9837b7965c2 100644
--- a/libs/rs/rsProgram.h
+++ b/libs/rs/rsProgram.h
@@ -66,6 +66,7 @@ protected:
String8 mUserShader;
uint32_t mShaderID;
+ uint32_t mTextureCount;
uint32_t mAttribCount;
uint32_t mUniformCount;
String8 mAttribNames[MAX_ATTRIBS];