X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=effect_chain.h;h=8bceaeeb0a1ca8eed9b960fbf62c62d3a1760a0a;hb=c6c3847558f3724f2b8973aa503de0e6c3de5816;hp=ee4c7ba94542a20795e2c9660f0debf860a36f7e;hpb=9c12e38b7cd88a77ef297d080b7c41e6bd6326fb;p=movit diff --git a/effect_chain.h b/effect_chain.h index ee4c7ba..8bceaee 100644 --- a/effect_chain.h +++ b/effect_chain.h @@ -117,6 +117,7 @@ struct Phase { std::map effect_ids; // Uniforms for this phase; combined from all the effects. + std::vector > uniforms_sampler2d; std::vector > uniforms_bool; std::vector > uniforms_int; std::vector > uniforms_float;