[cogl-vertex-buffer] Disable unused client tex coord arrays
authorRobert Bragg <robert@linux.intel.com>
Wed, 24 Jun 2009 17:10:50 +0000 (18:10 +0100)
committerRobert Bragg <robert@linux.intel.com>
Tue, 30 Jun 2009 16:13:37 +0000 (17:13 +0100)
commit8b67916cc1e2aed7861214205fc0d68c0c6d67f1
tree4113e30425364faab0cef94c5d489797593d1274
parent8873c6a11a4668e737e4dc75d1d2a2c14904482f
[cogl-vertex-buffer] Disable unused client tex coord arrays

Before any cogl vertex buffer drawing we call
enable_state_for_drawing_buffer which sets up the GL state, but we weren't
disabling unsed client texture coord arrays.
clutter/cogl/common/cogl-vertex-buffer.c