HatchitGraphics
ht_d3d11renderpass.h
1 
25 #pragma once
26 
27 #include <ht_renderpass.h>
28 
29 namespace Hatchit {
30 
31  namespace Graphics {
32 
33  namespace DirectX {
34 
35  class HT_API D3D11RenderPass : public IRenderPass
36  {
37  public:
39  virtual ~D3D11RenderPass();
40 
42  virtual void VRender() override;
43  };
44  }
45  }
46 }
Hatchit Engine Copyright(c) 2015-2016 Third-Degree.
Definition: ht_color.h:19
Definition: ht_d3d11renderpass.h:35