4 #include "renderpass.h"
14 Ties multiple tagged render passes together.
19 class Loader: public Msp::DataFile::CollectionObjectLoader<Technique>
23 Loader(Technique &, Collection &);
27 void inherit(const std::string &);
28 void pass(const std::string &);
32 class InheritLoader: public Msp::DataFile::CollectionObjectLoader<Technique>
35 InheritLoader(Technique &, Collection &);
38 void texture(const std::string &, const std::string &);
42 typedef std::map<Tag, RenderPass> PassMap;
48 RenderPass &add_pass(const GL::Tag &);
49 bool has_pass(const GL::Tag &) const;
50 const RenderPass &get_pass(const GL::Tag &) const;
51 const PassMap &get_passes() const { return passes; }
52 bool has_shaders() const;