]> git.sesse.net Git - movit/blobdiff - effect_chain.h
Keep FBOs around in EffectChain again.
[movit] / effect_chain.h
index 59949491e668eba68ec21202f8779d7dd6967ab4..505e55a26a0b80d3e4492786d8d046530b6ed329 100644 (file)
@@ -280,6 +280,7 @@ 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;