X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect_chain.h;fp=effect_chain.h;h=038fb1c875e282616db5d2193ea02ade2cfad958;hp=dc5e3c4aeb96ca0c585ee63d3c31350c2d6e60c8;hb=5278bd9c038dd9f2d56b4de52c904426dfe0b6fe;hpb=e8a32d0ba0f66979f3c95702b95cd3ab967987c4 diff --git a/effect_chain.h b/effect_chain.h index dc5e3c4..038fb1c 100644 --- a/effect_chain.h +++ b/effect_chain.h @@ -458,7 +458,7 @@ private: Phase *construct_phase(Node *output, std::map *completed_effects); // Execute one phase, ie. set up all inputs, effects and outputs, and render the quad. - void execute_phase(Phase *phase, bool last_phase, + void execute_phase(Phase *phase, bool render_to_texture, std::map *output_textures, std::set *generated_mipmaps);