17 #include <ht_resource.h> 40 bool Initialize(
const std::string& fileName);
42 uint32_t GetWidth()
const;
43 uint32_t GetHeight()
const;
44 std::string GetFormat()
const;
45 std::vector<float> GetClearColor()
const;
46 BlendOp GetColorBlendOp()
const;
47 BlendOp GetAlphaBlendOp()
const;
53 std::vector<float> m_clearColor;
54 BlendOp m_colorBlendOp;
55 BlendOp m_alphaBlendOp;
57 BlendOp getBlendOpFromString(
const std::string& blendOpString);
60 using RenderTargetHandle = Core::Handle<const RenderTarget>;
Definition: ht_resource.h:35
Hatchit Engine Copyright(c) 2015-2016 Third-Degree.
Definition: ht_assimp.h:31
Definition: ht_rendertarget_resource.h:23