X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=compute_shader_test.cpp;h=5a74f40cb5f934f5c183879e2a328e73004ce87d;hp=7179f82c9cff96612bfc943d17e9ff42c9f78220;hb=5278bd9c038dd9f2d56b4de52c904426dfe0b6fe;hpb=65c6584f77bff0af0c8e38d1ac90298bcd55e9ac 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) {