diff options
| author | Jason Sams <rjsams@android.com> | 2010-06-02 12:40:19 -0700 |
|---|---|---|
| committer | Jason Sams <rjsams@android.com> | 2010-06-02 12:40:19 -0700 |
| commit | ab67fb9a80057453e90e29ef72d558d130287053 (patch) | |
| tree | a178960dc5cfab62901306b658fee4eba328841c /libs/rs/rsVertexArray.cpp | |
| parent | 8cb39de03aef6097a90033600d11a60ae000a6e4 (diff) | |
| download | frameworks_base-ab67fb9a80057453e90e29ef72d558d130287053.zip frameworks_base-ab67fb9a80057453e90e29ef72d558d130287053.tar.gz frameworks_base-ab67fb9a80057453e90e29ef72d558d130287053.tar.bz2 | |
Disabble vertex logging.
bug 2734616
Change-Id: Ibad63dfbf0f2ea3c7e475c7cf0689fd487d12be4
Diffstat (limited to 'libs/rs/rsVertexArray.cpp')
| -rw-r--r-- | libs/rs/rsVertexArray.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/rsVertexArray.cpp b/libs/rs/rsVertexArray.cpp index 425b584..6f15db0 100644 --- a/libs/rs/rsVertexArray.cpp +++ b/libs/rs/rsVertexArray.cpp @@ -141,7 +141,7 @@ void VertexArray::setupGL2(const Context *rsc, class VertexArrayState *state, Sh } } - logAttrib(ct, slot); + //logAttrib(ct, slot); glEnableVertexAttribArray(slot); glBindBuffer(GL_ARRAY_BUFFER, mAttribs[ct].buffer); glVertexAttribPointer(slot, |
