X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=sandbox_effect.h;h=4443ff7d29afc85126ca043b83e9679b55b76d48;hp=44e8d3fdbee40464909a1f5192f21060db3868c0;hb=b10c546f579c7ccb5939161e61a71cd18a3f9bbd;hpb=a93b0c94f68bf897adfdca95b292494497fa4f7f diff --git a/sandbox_effect.h b/sandbox_effect.h index 44e8d3f..4443ff7 100644 --- a/sandbox_effect.h +++ b/sandbox_effect.h @@ -13,6 +13,7 @@ class SandboxEffect : public Effect { public: SandboxEffect(); + virtual std::string effect_type_id() const { return "SandboxEffect"; } std::string output_fragment_shader(); void set_gl_state(GLuint glsl_program_num, const std::string &prefix, unsigned *sampler_num);