]> git.tdb.fi Git - libs/gl.git/commit - source/glsl/visitor.cpp
Fix a memory error with interface blocks
authorMikko Rasa <tdb@tdb.fi>
Thu, 4 Mar 2021 23:50:31 +0000 (01:50 +0200)
committerMikko Rasa <tdb@tdb.fi>
Fri, 5 Mar 2021 23:00:31 +0000 (01:00 +0200)
commitb94b0c01488e676bc6c64cd7743c5ff50eb15088
treebfa73cbb629550d98651bd46f3e42306ee5a3005
parenta204b5fac497e2ffbc6791f0f7de9d9d12c16d52
Fix a memory error with interface blocks

The changes in d72d8a9 were not applied to the interfaces map of the
stage, but because those interfaces were unused anyway it only showed
up when doing an AST dump.
source/glsl/visitor.cpp