]> git.tdb.fi Git - libs/gl.git/commit
Rearrange invocation of passes the GLSL compiler frontend
authorMikko Rasa <tdb@tdb.fi>
Sun, 17 Dec 2023 12:16:14 +0000 (14:16 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 17 Dec 2023 12:16:14 +0000 (14:16 +0200)
commit5f1e6c25f679a8377ce07abae9c27aa12eb321f0
tree2118e92211292d96dab90904ea9cc732d150b44b
parent8d8e54806c5270148b55b2b8475f5e546a1ca9da
Rearrange invocation of passes the GLSL compiler frontend

It's getting hard to divide the operations into sensibly named groups
which can be called one after another, because some of them need to be
run on the entire module and in specific order with per-stage ops.
source/glsl/compiler.cpp
source/glsl/compiler.h