]> git.sesse.net Git - movit/blobdiff - sandbox_effect.h
Make Input an abstract base class, and move the current functionality into FlatInput...
[movit] / sandbox_effect.h
index 391be6d78520121193fb81537e615aea7be6e7a7..44e8d3fdbee40464909a1f5192f21060db3868c0 100644 (file)
@@ -15,7 +15,7 @@ public:
        SandboxEffect();
        std::string output_fragment_shader();
 
        SandboxEffect();
        std::string output_fragment_shader();
 
-       void set_uniforms(GLuint glsl_program_num, const std::string &prefix, unsigned *sampler_num);
+       void set_gl_state(GLuint glsl_program_num, const std::string &prefix, unsigned *sampler_num);
 
 private:
        float parm;
 
 private:
        float parm;