]> git.tdb.fi Git - libs/gl.git/commit
Change the naming scheme for the interface block map
authorMikko Rasa <tdb@tdb.fi>
Mon, 5 Apr 2021 11:08:21 +0000 (14:08 +0300)
committerMikko Rasa <tdb@tdb.fi>
Mon, 5 Apr 2021 11:08:21 +0000 (14:08 +0300)
commit3773733011653d67e47768cf031e95f8f68cf714
tree61e4b8d4f25960e50318a7bf10b2b7ac76029cfb
parent180698dbb41d312128c496721f1207c6688fe350
Change the naming scheme for the interface block map

Adding a space in the keys for block name makes it impossible for them to
conflict with identifiers and allows instance names to be used directly.
source/glsl/generate.cpp
source/glsl/resolve.cpp
source/glsl/validate.cpp
source/glsl/visitor.cpp