1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-08-08 07:09:52 +00:00

Keep track of total number of GL render calls

This commit is contained in:
fgenesis 2013-04-22 23:36:31 +02:00
parent 65b1983c61
commit cba3535487
3 changed files with 7 additions and 2 deletions

View file

@ -1310,6 +1310,7 @@ public:
int zgaSave(const char *filename, short int width, short int height, unsigned char pixelDepth, unsigned char *imageData);
volatile int dbg_numThreadDecoders;
static unsigned int dbg_numRenderCalls;
protected: