]> git.sesse.net Git - nageru/commitdiff
Drop the version dependent reading; always use 130.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 3 Oct 2015 10:08:58 +0000 (12:08 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 3 Oct 2015 10:08:58 +0000 (12:08 +0200)
mixer.cpp

index 6b576811a507b9772bc131851b34043178ed7477..293f3a6cc171f08ede0b07e7439ea0bccd67364c 100644 (file)
--- a/mixer.cpp
+++ b/mixer.cpp
@@ -384,7 +384,7 @@ void mixer_thread_func(QSurface *surface, QSurface *surface2, QSurface *surface3
 
 #if 1
        // Cb/Cr shader.
-       string cbcr_vert_shader = read_version_dependent_file("vs-cbcr", "vert");
+       string cbcr_vert_shader = read_file("vs-cbcr.130.vert");
        string cbcr_frag_shader =
                "#version 130 \n"
                "in vec2 tc0; \n"