]> git.tdb.fi Git - libs/gl.git/commit
Automatically backport shaders to earlier GLSL versions if necessary
authorMikko Rasa <tdb@tdb.fi>
Fri, 18 Nov 2016 17:40:16 +0000 (19:40 +0200)
committerMikko Rasa <tdb@tdb.fi>
Fri, 18 Nov 2016 22:00:10 +0000 (00:00 +0200)
commit74bd3813b9744550c9ac5980588e561835b616d9
tree9e1e14976b3a3b8dd4d02b446324931d253e4a38
parentacec85413f86c58ff262fbc26c2c1aa8726b5c58
Automatically backport shaders to earlier GLSL versions if necessary

Fragment shader output replacement is a bit crude and will just replace
any output with gl_FragColor.  It will be made better later.
source/programcompiler.cpp
source/programcompiler.h
source/programsyntax.h