]> git.sesse.net Git - movit/commitdiff
Fix GLSL compilation errors on some drivers.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 6 Oct 2015 18:08:05 +0000 (20:08 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 6 Oct 2015 18:08:05 +0000 (20:08 +0200)
Evidently #if FOO is illegal in GLSL if FOO is not defined,
unlike in C++. Reported by Dan Dennedy.


No differences found