breakout/include/opengl.h
2025-12-04 08:21:51 -06:00

6 lines
176 B
C

unsigned int compile_shader(const char * vp_path, const char * fp_path);
int make_buffer(unsigned int target,
const void * data,
size_t size);