HatchitGraphics
ht_sampler.h
1 
15 #pragma once
16 
17 #include <ht_sampler_resource.h>
18 
19 namespace Hatchit {
20 
21  namespace Graphics {
22 
23  class HT_API ISampler
24  {
25  public:
26  virtual ~ISampler() = default;
27  };
28 
30 
31  }
32 
33 }
Definition: ht_d3d12material.h:27
Hatchit Engine Copyright(c) 2015-2016 Third-Degree.
Definition: ht_color.h:19
Definition: ht_sampler.h:23