]> git.sesse.net Git - movit/blobdiff - effect_chain.h
Have separate FBOs per resolution and format.
[movit] / effect_chain.h
index 905119546911e094d2819dbf0dfb99a21da57300..6ce2332848e658a16e66068634987fd1b696adca 100644 (file)
@@ -287,7 +287,6 @@ private:
        std::map<Effect *, Node *> node_map;
        Effect *dither_effect;
 
        std::map<Effect *, Node *> node_map;
        Effect *dither_effect;
 
-       std::map<void *, GLuint> fbos;  // One for each OpenGL context.
        std::vector<Input *> inputs;  // Also contained in nodes.
        std::vector<Phase *> phases;
 
        std::vector<Input *> inputs;  // Also contained in nodes.
        std::vector<Phase *> phases;