]> git.tdb.fi Git - libs/gl.git/commit - source/glsl/output.cpp
Inject builtins into the module
authorMikko Rasa <tdb@tdb.fi>
Sun, 28 Feb 2021 19:37:05 +0000 (21:37 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 28 Feb 2021 19:42:35 +0000 (21:42 +0200)
commit9ec831710f64a62ad5f2e896a55ae82a3519f29e
tree5c08b0e54fe0e21bc4d40db41cb8b29d81ba1030
parent3f899b1fc2e04f4fe74c99ad3e8ebb900c257214
Inject builtins into the module

This makes identifier resolution easier to manage and also helps an
eventual SPIR-V implementation.
source/glsl/builtin.cpp
source/glsl/compiler.cpp
source/glsl/debug.cpp
source/glsl/generate.cpp
source/glsl/generate.h
source/glsl/output.cpp
source/glsl/parser.cpp
source/glsl/parser.h
source/glsl/syntax.cpp
source/glsl/syntax.h