X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=compute_shader_test.cpp;fp=compute_shader_test.cpp;h=5a74f40cb5f934f5c183879e2a328e73004ce87d;hb=24ebefbbd38538bc85ae94cd3dfbb16a4abf0d98;hp=7179f82c9cff96612bfc943d17e9ff42c9f78220;hpb=b3816fb6d789ea3a682193128ea7a00aef8fa91c;p=movit diff --git a/compute_shader_test.cpp b/compute_shader_test.cpp index 7179f82..5a74f40 100644 --- a/compute_shader_test.cpp +++ b/compute_shader_test.cpp @@ -21,7 +21,7 @@ public: IdentityComputeEffect() {} virtual string effect_type_id() const { return "IdentityComputeEffect"; } virtual bool is_compute_shader() const { return true; } - string output_fragment_shader() { return read_file("identity.compute"); } + string output_fragment_shader() { return read_file("identity.comp"); } }; TEST(ComputeShaderTest, Identity) {