X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect_chain.cpp;h=a83a952dfaae331bb5431000823cecefd6b82e7f;hp=d56a24806771a0a1e8d444078a28935731305720;hb=5e771df1523ea3f7926c0b5a115c29d134c53f11;hpb=e3306f2e63af4e9c1ac2b0781f67f50906574b97 diff --git a/effect_chain.cpp b/effect_chain.cpp index d56a248..a83a952 100644 --- a/effect_chain.cpp +++ b/effect_chain.cpp @@ -500,7 +500,7 @@ void EffectChain::compile_glsl_program(Phase *phase) } if (phase->is_compute_shader) { - frag_shader.append(read_file("footer.compute")); + frag_shader.append(read_file("footer.comp")); phase->output_node->effect->register_uniform_vec2("inv_output_size", (float *)&phase->inv_output_size); phase->output_node->effect->register_uniform_vec2("output_texcoord_adjust", (float *)&phase->output_texcoord_adjust); } else {