mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-25 09:44:02 +00:00
11 lines
218 B
C
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
|