X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect_chain.h;h=505e55a26a0b80d3e4492786d8d046530b6ed329;hp=59949491e668eba68ec21202f8779d7dd6967ab4;hb=6aff20a0932dc9b668b77981390539dd710cf06d;hpb=407d90be3e45ddb7f5a53c16728bfa791998cb72 diff --git a/effect_chain.h b/effect_chain.h index 5994949..505e55a 100644 --- a/effect_chain.h +++ b/effect_chain.h @@ -280,6 +280,7 @@ private: std::map node_map; Effect *dither_effect; + std::map fbos; // One for each OpenGL context. std::vector inputs; // Also contained in nodes. std::vector phases;