]> git.sesse.net Git - movit/commitdiff
Rename .compute to .comp, to be in line with the Khronos reference compiler.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 18 Nov 2017 10:07:37 +0000 (11:07 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 18 Nov 2017 10:07:43 +0000 (11:07 +0100)
compute_shader_test.cpp
identity.comp [moved from identity.compute with 100% similarity]

index 7179f82c9cff96612bfc943d17e9ff42c9f78220..5a74f40cb5f934f5c183879e2a328e73004ce87d 100644 (file)
@@ -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) {
similarity index 100%
rename from identity.compute
rename to identity.comp