diff options
author | 2010-06-02 12:40:19 -0700 | |
---|---|---|
committer | 2010-06-02 12:40:19 -0700 | |
commit | ab67fb9a80057453e90e29ef72d558d130287053 (patch) | |
tree | a178960dc5cfab62901306b658fee4eba328841c /libs/rs/rsVertexArray.cpp | |
parent | 8cb39de03aef6097a90033600d11a60ae000a6e4 (diff) |
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 425b5844ea64..6f15db075c0e 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, |