summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsVertexArray.h
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2010-01-27 14:48:29 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-01-27 14:48:29 -0800
commit2060b637f793c1ac969aad85ab0b8e27351ab711 (patch)
treeaa08aa5fb83a1d757e34d357324b0adbc745b0a4 /libs/rs/rsVertexArray.h
parent0ebff76e95aab7f6827ce1a8c25f1b4ad87a9029 (diff)
parent5dbfe93b3f15f3a837836d024958635fd8f9ad14 (diff)
downloadframeworks_base-2060b637f793c1ac969aad85ab0b8e27351ab711.zip
frameworks_base-2060b637f793c1ac969aad85ab0b8e27351ab711.tar.gz
frameworks_base-2060b637f793c1ac969aad85ab0b8e27351ab711.tar.bz2
Merge "Fix some minor bugs with GL state setup that were exposed by Droids driver."
Diffstat (limited to 'libs/rs/rsVertexArray.h')
-rw-r--r--libs/rs/rsVertexArray.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/rs/rsVertexArray.h b/libs/rs/rsVertexArray.h
index 66b3ab0..3904cb6 100644
--- a/libs/rs/rsVertexArray.h
+++ b/libs/rs/rsVertexArray.h
@@ -73,6 +73,7 @@ class VertexArrayState {
public:
void init(Context *);
+ uint32_t mLastEnableCount;
//VertexArray::Attrib mAttribs[VertexArray::_LAST];
};