HatchitGraphics
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
include
unused
opengl
ht_gltessshader.h
1
24
#pragma once
25
26
#include <ht_glshader.h>
27
28
namespace
Hatchit
{
29
30
namespace
Graphics {
31
32
namespace
OpenGL {
33
34
class
HT_API
GLTessShader
:
public
GLShader
35
{
36
public
:
37
GLTessShader
();
38
virtual
~
GLTessShader
();
39
40
void
VCompile()
override
;
41
};
42
}
43
}
44
}
Hatchit::Graphics::OpenGL::GLShader
Definition:
ht_glshader.h:30
Hatchit
Hatchit Engine Copyright(c) 2015-2016 Third-Degree.
Definition:
ht_color.h:19
Hatchit::Graphics::OpenGL::GLTessShader
Definition:
ht_gltessshader.h:34
Generated by
1.8.11