am 63e88ce1: Merge "opengles emulator: fix initialization of vertex attribute"
* commit '63e88ce1d4207b6a3fc11b1969a82f7eaeba8e5e': opengles emulator: fix initialization of vertex attribute
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user