summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsVertexArray.h
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2010-01-07 15:40:45 -0800
committerJason Sams <rjsams@android.com>2010-01-07 16:26:42 -0800
commit6286953eced16648d18e1efc57c3b089c49b5608 (patch)
treee2e683664592acd3d8571a9d1e86395cc636503c /libs/rs/rsVertexArray.h
parentedc5189c33de03f3e2f5f73edc0e007992b933c9 (diff)
downloadframeworks_base-6286953eced16648d18e1efc57c3b089c49b5608.zip
frameworks_base-6286953eced16648d18e1efc57c3b089c49b5608.tar.gz
frameworks_base-6286953eced16648d18e1efc57c3b089c49b5608.tar.bz2
Change user attribs to look for empty slot rather than using them in order. Prevents conflict with numbered legacy slots.
Diffstat (limited to 'libs/rs/rsVertexArray.h')
-rw-r--r--libs/rs/rsVertexArray.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/rs/rsVertexArray.h b/libs/rs/rsVertexArray.h
index 998e9ad..26e6f84 100644
--- a/libs/rs/rsVertexArray.h
+++ b/libs/rs/rsVertexArray.h
@@ -76,7 +76,6 @@ public:
protected:
uint32_t mActiveBuffer;
- uint32_t mUserCount;
Attrib mAttribs[RS_MAX_ATTRIBS];
};