HatchitGraphics
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
include
unused
ht_shader_base.h
1
15
#pragma once
16
17
#include <ht_platform.h>
18
19
namespace
Hatchit
20
{
21
namespace
Graphics
22
{
23
class
HT_API
ShaderBase
24
{
25
public
:
26
virtual
~
ShaderBase
() =
default
;
27
28
protected
:
29
30
friend
class
Shader
;
31
};
32
}
33
}
Hatchit::Graphics::ShaderBase
Definition:
ht_shader_base.h:23
Hatchit
Hatchit Engine Copyright(c) 2015-2016 Third-Degree.
Definition:
ht_color.h:19
Hatchit::Graphics::Shader
Definition:
ht_shader.h:38
Generated by
1.8.11