]> git.tdb.fi Git - libs/gl.git/commit
Resolve blocks after applying constant condition elimination
authorMikko Rasa <tdb@tdb.fi>
Mon, 3 Apr 2023 13:13:52 +0000 (16:13 +0300)
committerMikko Rasa <tdb@tdb.fi>
Mon, 3 Apr 2023 13:13:52 +0000 (16:13 +0300)
commit406d533d0afa239b0229741b7857d3ceb01fa4c2
treece682530274e7d37f885c7e52eba8cbc28d83d07
parenta8775aee84b5fd61c007575e737759f8b5e19b56
Resolve blocks after applying constant condition elimination

If the body of the conditional scope had any nested blocks, their parent
pointers need to be updated.
source/glsl/compiler.cpp