1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-07-03 14:34:34 +00:00

remove zlib, libpng, glpng and related code; add some stb libs; rework texture loading

This commit is contained in:
fgenesis 2022-03-31 21:03:40 +02:00
parent da2385d6c6
commit 96216503c4
86 changed files with 21936 additions and 57875 deletions

View file

@ -6,4 +6,6 @@ void unload_all_glsyms();
extern unsigned g_dbg_numRenderCalls;
extern bool g_has_GL_GENERATE_MIPMAP; // GL 1.4 and up, later deprecated
#endif