]> git.tdb.fi Git - libs/gl.git/commit
Store a pointer to operator info rather than the token in expressions
authorMikko Rasa <tdb@tdb.fi>
Wed, 3 Mar 2021 09:28:14 +0000 (11:28 +0200)
committerMikko Rasa <tdb@tdb.fi>
Wed, 3 Mar 2021 15:28:20 +0000 (17:28 +0200)
commit19a24f859cd7fcf581442319499ae24b3e7385a4
tree328f956114bd7ccaddb4115aedf1e09d43efd9d6
parentd5c7c7f0b15c407b3da2184936e6deed18554c6a
Store a pointer to operator info rather than the token in expressions

Also make it a property of Expression rather than the subtypes.
source/glsl/debug.cpp
source/glsl/evaluate.cpp
source/glsl/generate.cpp
source/glsl/optimize.cpp
source/glsl/output.cpp
source/glsl/parser.cpp
source/glsl/parser.h
source/glsl/syntax.cpp
source/glsl/syntax.h