]> git.tdb.fi Git - libs/gl.git/commit - source/programcompiler.cpp
Implement an import system
authorMikko Rasa <tdb@tdb.fi>
Mon, 14 Nov 2016 12:22:02 +0000 (14:22 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 14 Nov 2016 12:22:02 +0000 (14:22 +0200)
commita0caabaed3aeb8947133d78986bfb4ae5ae3c893
tree164fdd280994cf5f655aac7ef6daba279b102d11
parent7434b80c452eb8f7ac8200a6f693a9eb668421f0
Implement an import system

This is the first of two major steps required to replicate the core
functionality of the old ProgramBuilder system, namely generating
standard shaders.  The other is conditionally including pieces of code,
which will be added soon.
source/programcompiler.cpp
source/programcompiler.h
source/programparser.cpp
source/programparser.h
source/programsyntax.cpp
source/programsyntax.h