25 #include <ht_platform.h> 26 #include <ht_rendertarget.h> 27 #include <ht_pipeline.h> 29 #include <ht_material.h> 31 #include <Hatchit/HatchitGraphics/include/ht_color.h> 32 #include <ht_shadervariablechunk.h> 33 #include <ht_commandpool.h> 41 class HT_API
RenderPass :
public Core::RefCounted<Graphics::RenderPass>
47 bool Initialize(
const std::string& file);
51 void SetView(Math::Matrix4 view);
52 void SetProj(Math::Matrix4 proj);
56 uint64_t GetLayerFlags();
Definition: ht_renderpass.h:41
Hatchit Engine Copyright(c) 2015-2016 Third-Degree.
Definition: ht_color.h:19
Definition: ht_renderpass_base.h:59
Hatchit Engine Copyright(c) 2015-2016 Third-Degree.
Definition: ht_commandpool.h:31
Definition: ht_shadervariablechunk.h:38