Khaotic Engine Reborn
|
Public Member Functions | |
font_shader_class (const font_shader_class &) | |
bool | initialize (ID3D11Device *, HWND) |
void | shutdown () |
bool | render (ID3D11DeviceContext *, int, XMMATRIX, XMMATRIX, XMMATRIX, ID3D11ShaderResourceView *, XMFLOAT4) |
Definition at line 20 of file font_shader_class.h.
font_shader_class::font_shader_class | ( | ) |
Definition at line 4 of file font_shader_class.cpp.
font_shader_class::font_shader_class | ( | const font_shader_class & | other | ) |
Definition at line 15 of file font_shader_class.cpp.
font_shader_class::~font_shader_class | ( | ) |
Definition at line 20 of file font_shader_class.cpp.
bool font_shader_class::initialize | ( | ID3D11Device * | device, |
HWND | hwnd ) |
Definition at line 25 of file font_shader_class.cpp.
bool font_shader_class::render | ( | ID3D11DeviceContext * | deviceContext, |
int | indexCount, | ||
XMMATRIX | worldMatrix, | ||
XMMATRIX | viewMatrix, | ||
XMMATRIX | projectionMatrix, | ||
ID3D11ShaderResourceView * | texture, | ||
XMFLOAT4 | pixelColor ) |
Definition at line 71 of file font_shader_class.cpp.
void font_shader_class::shutdown | ( | ) |
Definition at line 63 of file font_shader_class.cpp.