]> git.tdb.fi Git - libs/gl.git/blobdiff - source/programcompiler.h
Inject the global context to the syntax tree
[libs/gl.git] / source / programcompiler.h
index 1959618f30509ec76882c4a427745df83dcc7e25..63ead7a4c8997f0a6f3bd4d76f8bee10da2a9958 100644 (file)
@@ -52,6 +52,9 @@ public:
        void add_shaders(Program &);
 
 private:
+       void process();
+       void process(ProgramSyntax::Context &);
+       static void inject_block(ProgramSyntax::Block &, const ProgramSyntax::Block &);
        std::string format_context(ProgramSyntax::Context &);
 };