]> git.tdb.fi Git - libs/gl.git/commit - source/glsl/compiler.cpp
Avoid copying raw pointers in the syntax tree
authorMikko Rasa <tdb@tdb.fi>
Sat, 20 Feb 2021 22:59:07 +0000 (00:59 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 21 Feb 2021 02:20:27 +0000 (04:20 +0200)
commit947bb7477205c038aa1804b84452cddd2108550a
tree16d8a730d929fda8901f6d413f284df2b1929e7a
parentd2f75fa9ccf8252ff8a750071b26e77047a346cb
Avoid copying raw pointers in the syntax tree

They will potentially point to incorrect nodes and must be resolved
again.
source/glsl/compiler.cpp
source/glsl/syntax.cpp
source/glsl/syntax.h