]> git.tdb.fi Git - libs/gl.git/commit
Visit structs during unused type removal
authorMikko Rasa <tdb@tdb.fi>
Fri, 5 Mar 2021 19:04:54 +0000 (21:04 +0200)
committerMikko Rasa <tdb@tdb.fi>
Fri, 5 Mar 2021 23:00:31 +0000 (01:00 +0200)
commiteee19f5d5bbf16895fca44090d6491d5c9b504f5
tree2cba7d178e16f1c84f60557dfea3ef5bc50f8e30
parentff00056daddbce2e6e16f7c09dcfcb5cde66e85c
Visit structs during unused type removal

Otherwise types which are only used by struct member declarations would
be removed.
source/glsl/optimize.cpp