X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=sandbox_effect.h;h=44e8d3fdbee40464909a1f5192f21060db3868c0;hp=391be6d78520121193fb81537e615aea7be6e7a7;hb=0dc1dfe6444a700ebd2c9f006cba000b90c3a7b0;hpb=0b4a4101426130d2b7037cdb219d5c05b8d4c3d3 diff --git a/sandbox_effect.h b/sandbox_effect.h index 391be6d..44e8d3f 100644 --- a/sandbox_effect.h +++ b/sandbox_effect.h @@ -15,7 +15,7 @@ public: 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;