X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=effect.cpp;h=3a4f8c8c3b30c8bbe3b2d4e423015e40b2af2825;hb=91c70600f2d0a6a42420ee98949cf182859b798f;hp=6f9d4c55edb032f130c92d2fe678b8ff079dc0b2;hpb=74cdd144cf35c403d9a8a3f35420f1eaa3d84cc4;p=movit diff --git a/effect.cpp b/effect.cpp index 6f9d4c5..3a4f8c8 100644 --- a/effect.cpp +++ b/effect.cpp @@ -152,8 +152,3 @@ void Effect::set_uniforms(GLuint glsl_program_num, const std::string& prefix) set_uniform_vec3(glsl_program_num, prefix, it->first, it->second); } } - -std::string Effect::output_vertex_shader() -{ - return read_file("identity.vert"); -}