]> git.tdb.fi Git - libs/gl.git/commit
Forbid certain operations in SL::Compiler if compilation isn't done
authorMikko Rasa <tdb@tdb.fi>
Tue, 16 Mar 2021 17:53:04 +0000 (19:53 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 16 Mar 2021 17:59:01 +0000 (19:59 +0200)
commit8c4d64c71df5c4dcab1838d81412d7a7244ada58
tree0049f2b5a0a8504157d30d3df8737bcd31f2964e
parent22d5405729048ee2677a1e45e309e6328de64a26
Forbid certain operations in SL::Compiler if compilation isn't done

In particular, Formatter can't deal with unresolved declarations.
source/glsl/compiler.cpp
source/glsl/compiler.h
tools/glslcompiler.cpp