X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fglsl%2Fcompiler.h;h=4eaff213076ea07131528b03810b1c51b961369e;hb=b30777959d8e2ab2caf489e32f40390f60a75fcb;hp=8340aa6d817bf426caa495eb981944092b9bf256;hpb=c0be4e4ae1a8b6ac31ff6b7080e2242c13d947ff;p=libs%2Fgl.git diff --git a/source/glsl/compiler.h b/source/glsl/compiler.h index 8340aa6d..4eaff213 100644 --- a/source/glsl/compiler.h +++ b/source/glsl/compiler.h @@ -44,8 +44,10 @@ public: const std::map &get_vertex_attributes() const; const std::map &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 &);