]> git.tdb.fi Git - libs/gl.git/commit
Fix some bugs with name conflicts in function inlining
authorMikko Rasa <tdb@tdb.fi>
Sun, 14 Mar 2021 17:13:02 +0000 (19:13 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 14 Mar 2021 23:15:33 +0000 (01:15 +0200)
commite76de6e7ba324194716b8a40d83353a4c1dc824c
treea11ecce2374c11b44b4affa39595922973df98a0
parent3f44e477f81983c66947fe8a6d8640a3b2f9e0b3
Fix some bugs with name conflicts in function inlining

One of these is a regression from b89239e, but the other has been around
for longer.
source/glsl/optimize.cpp
tests/glsl/function_inline_multi_name_conflict.glsl [new file with mode: 0644]
tests/glsl/multiple_function_inline.glsl [new file with mode: 0644]