X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect.h;h=c53a1556b28e500396387344f2dd6fd8aab28d27;hp=623915b8cd5fea8e4d3ed90fe70679d55ee7d336;hb=430394b9790b9a7083aac549f607047499788710;hpb=a592c55caca0fb654bad4ec43b84c46abcee21c2 diff --git a/effect.h b/effect.h index 623915b..c53a155 100644 --- a/effect.h +++ b/effect.h @@ -18,6 +18,8 @@ public: virtual bool needs_srgb_primaries() { return true; } virtual bool needs_many_samples() { return false; } virtual bool needs_mipmaps() { return false; } + + virtual std::string output_convenience_uniforms(); virtual std::string output_glsl() = 0; // Neither of these take ownership.