DEADSOFTWARE

Extend array vertexattribs
[nanogl.git] / nanoWrap.cpp
index eea514e1ea6570eca3781965a7eba33f70c6e0d0..0428487e698841da06738fb165d5ddfb97e6685f 100644 (file)
@@ -24,6 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 
 #include "gl.h"
 #include "glesinterface.h"
@@ -204,7 +205,7 @@ struct VertexAttrib
 #endif
     };
 
-static VertexAttrib vertexattribs[8000];
+static VertexAttrib vertexattribs[40000];
 
 static GLushort indexArray[30000];