commit | 6b5222dd5334ebd8c8b641fa507776714505d198 | [log] [tgz] |
---|---|---|
author | Alex Sakhartchouk <alexst@google.com> | Mon Dec 13 14:48:21 2010 -0800 |
committer | Alex Sakhartchouk <alexst@google.com> | Mon Dec 13 14:48:21 2010 -0800 |
tree | 58314d89c7c8e5ca9d5c65649b2469c0fd526d8a | |
parent | 14b0a6bc0ec8814291751b2b8e80da606cfa12b3 [diff] [blame] |
Perf test Change-Id: I5cfc1b6dd438b13091993d4669e10fb2e49aaa06
diff --git a/libs/rs/rsVertexArray.h b/libs/rs/rsVertexArray.h index 7bcfa68..45d9e82 100644 --- a/libs/rs/rsVertexArray.h +++ b/libs/rs/rsVertexArray.h
@@ -63,9 +63,12 @@ class VertexArrayState { public: + VertexArrayState(); + ~VertexArrayState(); void init(Context *); - uint32_t mLastEnableCount; + bool *mAttrsEnabled; + uint32_t mAttrsEnabledSize; };