summaryrefslogtreecommitdiff
path: root/src/openglgraphics.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-04-29 16:28:15 +0300
committerAndrei Karas <akaras@inbox.ru>2012-04-29 17:14:01 +0300
commitc25672bd63cce049e931030f70629eb689cf43eb (patch)
treed39d163d02f1c02d5c6cf87ebf98be86493eb45f /src/openglgraphics.h
parent47329e695c95031491161cf45e1fbd118a8797e6 (diff)
downloadplus-c25672bd63cce049e931030f70629eb689cf43eb.tar.gz
plus-c25672bd63cce049e931030f70629eb689cf43eb.tar.bz2
plus-c25672bd63cce049e931030f70629eb689cf43eb.tar.xz
plus-c25672bd63cce049e931030f70629eb689cf43eb.zip
Add graphicsmanager class and move some code to it.
Diffstat (limited to 'src/openglgraphics.h')
-rw-r--r--src/openglgraphics.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/openglgraphics.h b/src/openglgraphics.h
index 06f37db0d..944b8c917 100644
--- a/src/openglgraphics.h
+++ b/src/openglgraphics.h
@@ -146,8 +146,6 @@ class OpenGLGraphics : public Graphics
bool drawNet(int x1, int y1, int x2, int y2, int width, int height);
- bool supportExtension(std::string name);
-
int getMemoryUsage();
void updateTextureFormat();
@@ -173,8 +171,6 @@ class OpenGLGraphics : public Graphics
GLuint mFboId;
GLuint mTextureId;
GLuint mRboId;
- std::set<std::string> mExtensions;
- GLint mStartFreeMem;
};
#endif