X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=sandbox_effect.h;fp=sandbox_effect.h;h=4443ff7d29afc85126ca043b83e9679b55b76d48;hp=44e8d3fdbee40464909a1f5192f21060db3868c0;hb=f99ad333a7acbb6c8c995dbb036484ae8940c490;hpb=4ccde687b09ebc58d51fcec695bdfc1a35279c2f 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);