17 #include <ht_resource.h> 37 bool Initialize(
const std::string& fileName);
39 std::string GetRootLayoutPath()
const;
40 std::vector<InputTarget> GetInputTargets()
const;
41 std::vector<std::string> GetOutputPaths()
const;
44 std::string m_rootLayoutPath;
45 std::vector<InputTarget> m_inputTargets;
46 std::vector<std::string> m_outputPaths;
49 using RenderPassHandle = Core::Handle<const RenderPass>;
Definition: ht_resource.h:35
Hatchit Engine Copyright(c) 2015-2016 Third-Degree.
Definition: ht_assimp.h:31
Definition: ht_renderpass_resource.h:23