]> git.tdb.fi Git - libs/gl.git/commit
Track source names in SL::Module
authorMikko Rasa <tdb@tdb.fi>
Sat, 20 Feb 2021 12:42:19 +0000 (14:42 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sat, 20 Feb 2021 16:38:51 +0000 (18:38 +0200)
commit9d798ac368bfd236a7632a3a15e51bd1112ea63d
tree6afec04b37bc28137bee58661694869f711006ac
parentaf00eefb3f7da48ec4038357035980c31cbcb685
Track source names in SL::Module

Error translation has also been moved to a separate class.  This will
allow moving the creation of shaders to Program.
source/glsl/compiler.cpp
source/glsl/parser.cpp
source/glsl/parser.h
source/glsl/sourcemap.cpp [new file with mode: 0644]
source/glsl/sourcemap.h [new file with mode: 0644]
source/glsl/syntax.h