am 63e88ce1: Merge "opengles emulator: fix initialization of vertex attribute"

* commit '63e88ce1d4207b6a3fc11b1969a82f7eaeba8e5e':
  opengles emulator: fix initialization of vertex attribute
This commit is contained in:
David Turner
2011-08-10 01:54:05 -07:00
committed by Android Git Automerger

View File

@@ -16,8 +16,8 @@
#include <GLcommon/GLESpointer.h>
#include <stdlib.h>
GLESpointer::GLESpointer():m_size(0),
m_type(0),
GLESpointer::GLESpointer():m_size(4),
m_type(GL_FLOAT),
m_stride(0),
m_enabled(false),
m_normalize(false),