]> git.tdb.fi Git - libs/gl.git/commit
Don't run conversion passes when compiling a GLSL module
authorMikko Rasa <tdb@tdb.fi>
Tue, 18 Jul 2023 09:25:34 +0000 (12:25 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 18 Jul 2023 09:25:34 +0000 (12:25 +0300)
commitd1d52ca74a5f7a814a30128ba9653b53960a8d9b
treed210b61293eb3a806b7fba9d6183824e5db46a11
parentc6aafcc8c51f7cfed36b0b61d017d8801119f5d3
Don't run conversion passes when compiling a GLSL module

Such modules are intended to be later consumed by the same compiler, so
there's no need to convert them to a lower version.
source/glsl/compiler.cpp