From 750d3348b363716cf82136c337dac5da06bf5390 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 14 May 2013 16:35:57 +0300 Subject: add into texture bind dubugging also bind count. --- src/graphics.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/graphics.h') diff --git a/src/graphics.h b/src/graphics.h index 705a98ff6..03dd5ea2e 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -356,6 +356,10 @@ class Graphics : public gcn::SDLGraphics #ifdef DEBUG_DRAW_CALLS virtual unsigned int getDrawCalls() const { return 0; } +#endif +#ifdef DEBUG_BIND_TEXTURE + virtual unsigned int getBinds() const + { return 0; } #endif int mWidth; int mHeight; -- cgit v1.2.3-70-g09d2