]> git.tdb.fi Git - libs/gl.git/commit
Propagate locations from existing variables before optimization
authorMikko Rasa <tdb@tdb.fi>
Thu, 11 Nov 2021 10:49:08 +0000 (12:49 +0200)
committerMikko Rasa <tdb@tdb.fi>
Thu, 11 Nov 2021 10:49:08 +0000 (12:49 +0200)
commit89de98315588ec89ad66e9a4f3f90bf03e1f7733
treee9117f96a86b7871621b0406b59160855f700342
parentefbce87192ce73ba577684369f759693dccec67c
Propagate locations from existing variables before optimization

Uniform location and binding qualifiers should apply to all copies of the
variable even if the one originally containing them is optimized out.
source/glsl/compiler.cpp
source/glsl/finalize.cpp
source/glsl/finalize.h