]> git.tdb.fi Git - libs/gl.git/commit - source/glsl/visitor.cpp
Store types and interface blocks in Stage
authorMikko Rasa <tdb@tdb.fi>
Thu, 25 Feb 2021 23:03:36 +0000 (01:03 +0200)
committerMikko Rasa <tdb@tdb.fi>
Thu, 25 Feb 2021 23:21:10 +0000 (01:21 +0200)
commit7daccf2582084283a9e5064995f674eef835996e
tree6dd714ead7a078bf7a1f5f3ff2061efd280ef839
parent8799ec430edae1211dcebf9868e5aec58f951dce
Store types and interface blocks in Stage

They're only allowed at top level so it seems pointless for every block
to have the maps.
source/glsl/debug.cpp
source/glsl/generate.cpp
source/glsl/generate.h
source/glsl/syntax.h
source/glsl/visitor.cpp