]> git.sesse.net Git - narabu/commitdiff
Minor whitespace fix.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 9 Oct 2017 21:13:05 +0000 (23:13 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 9 Oct 2017 21:13:05 +0000 (23:13 +0200)
encoder.shader

index 48c75e645829cabe554894c142cb7629c7d48c7a..dc17453fdcd0ef596728e82cc513c15ed7f4bbf3 100644 (file)
@@ -103,6 +103,7 @@ void dct_1d(inout float y0, inout float y1, inout float y2, inout float y3, inou
        y7 = p5_5 - p4_6;
        y3 = p5_7 - p4_4;
 }
+
 void main()
 {
        uint x = 8 * gl_WorkGroupID.x;