ext/ruby2d/gl3.c in ruby2d-0.11.1 vs ext/ruby2d/gl3.c in ruby2d-0.11.2

- old
+ new

@@ -1,9 +1,8 @@ // OpenGL 3.3+ #include "ruby2d.h" -// Skip this file if OpenGL ES #if !GLES static GLuint vbo; // our primary vertex buffer object (VBO) static GLuint vboSize; // size of the VBO in bytes static GLfloat *vboData; // pointer to the VBO data