Add updateVRAM_;

This commit is contained in:
raven02 2014-05-09 16:10:57 +08:00 committed by Henrik Rydgard
parent 05be56a433
commit 218b446f9c

View File

@ -251,7 +251,8 @@ private:
bool resized_;
bool useBufferedRendering_;
bool updateVRAM_;
std::vector<VirtualFramebuffer *> bvfbs_; // blitting FBOs
std::map<std::pair<int, int>, FBO *> renderCopies_;