1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-11-25 17:53:47 +00:00
Aquaria/BBGE/GLLoad.h

11 lines
218 B
C

#ifndef BBGE_GLLOAD_H
#define BBGE_GLLOAD_H
bool lookup_all_glsyms();
void unload_all_glsyms();
extern unsigned g_dbg_numRenderCalls;
extern bool g_has_GL_GENERATE_MIPMAP; // GL 1.4 and up, later deprecated
#endif