X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect.cpp;h=edf100c566c549417f7df158472a6803c3e2da87;hp=02fc1f729cd5bec757860fe3039624a145392176;hb=3915264bd8fde4d550e47c10a67a2741625b9033;hpb=143eab5af7f87c2dd28d77a9059fe5543f2cf01e;ds=sidebyside diff --git a/effect.cpp b/effect.cpp index 02fc1f7..edf100c 100644 --- a/effect.cpp +++ b/effect.cpp @@ -147,7 +147,7 @@ void Effect::invalidate_1d_texture(const std::string &key) // Output convenience uniforms for each parameter. // These will be filled in per-frame. -std::string Effect::output_convenience_uniforms() +std::string Effect::output_convenience_uniforms() const { std::string output = ""; for (std::map::const_iterator it = params_float.begin();