#include "MyBatch.h"
void MyBatch::setup_vao()
{
glEnableVertexAttribArray(0);
glVertexAttribPointer(0, 3, GL_FLOAT, GL_FALSE, 0, NULL);
}