summaryrefslogtreecommitdiff
path: root/src/util.h
blob: 81c97337d42ecb66f359ee4b9835fdf540f73d22 (plain) (blame)
1
2
3
4
#pragma once
#include "glad/glad.h"
void create_vbo(GLuint *vbo, void* buf, int size);
void create_ebo(GLuint *ebo, void* buf, int size);