HatchitGraphics
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
include
unused
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
29
using
ISamplerHandle
=
Core::Handle<ISampler>
;
30
31
}
32
33
}
Hatchit::Core::Handle
Definition:
ht_d3d12material.h:27
Hatchit
Hatchit Engine Copyright(c) 2015-2016 Third-Degree.
Definition:
ht_color.h:19
Hatchit::Graphics::ISampler
Definition:
ht_sampler.h:23
Generated by
1.8.11