#pragma once #include "glad/glad.h" void create_vbo(GLuint *vbo, void* buf, int size); void create_ebo(GLuint *ebo, void* buf, int size);