diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-04-29 16:28:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-04-29 17:14:01 +0300 |
commit | c25672bd63cce049e931030f70629eb689cf43eb (patch) | |
tree | d39d163d02f1c02d5c6cf87ebf98be86493eb45f /src/openglgraphics.h | |
parent | 47329e695c95031491161cf45e1fbd118a8797e6 (diff) | |
download | plus-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.h | 4 |
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 |