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