X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect.cpp;h=6f9d4c55edb032f130c92d2fe678b8ff079dc0b2;hp=15fff8c15dc0b3a834611d879da3b8bfaee1e274;hb=d4542f76df5d26843c68b1467e76722cffd801a1;hpb=873b60b640a96c8fb4c2d8c88c85d20e0a2dca6b diff --git a/effect.cpp b/effect.cpp index 15fff8c..6f9d4c5 100644 --- a/effect.cpp +++ b/effect.cpp @@ -155,5 +155,5 @@ void Effect::set_uniforms(GLuint glsl_program_num, const std::string& prefix) std::string Effect::output_vertex_shader() { - return read_file("identity-vs.glsl"); + return read_file("identity.vert"); }