]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/compiler.h
Add a standalone GLSL compiler frontend
[libs/gl.git] / source / glsl / compiler.h
index 8340aa6d817bf426caa495eb981944092b9bf256..4eaff213076ea07131528b03810b1c51b961369e 100644 (file)
@@ -44,8 +44,10 @@ public:
        const std::map<std::string, unsigned> &get_vertex_attributes() const;
        const std::map<std::string, unsigned> &get_fragment_outputs() const;
        const SourceMap &get_source_map() const;
-private:
 
+       std::string get_stage_debug(Stage::Type) const;
+
+private:
        void append_module(Module &, DataFile::Collection *);
        void append_stage(Stage &);
        void import(DataFile::Collection *, const std::string &);