Khaotic Engine Reborn
|
Public Member Functions | |
alpha_map_shader_class (const alpha_map_shader_class &) | |
bool | initialize (ID3D11Device *, HWND) |
void | shutdown () |
bool | render (ID3D11DeviceContext *, int, XMMATRIX, XMMATRIX, XMMATRIX, ID3D11ShaderResourceView *, ID3D11ShaderResourceView *, ID3D11ShaderResourceView *) |
Definition at line 20 of file alpha_map_shader_class.h.
alpha_map_shader_class::alpha_map_shader_class | ( | ) |
Definition at line 4 of file alpha_map_shader_class.cpp.
alpha_map_shader_class::alpha_map_shader_class | ( | const alpha_map_shader_class & | other | ) |
Definition at line 14 of file alpha_map_shader_class.cpp.
alpha_map_shader_class::~alpha_map_shader_class | ( | ) |
Definition at line 19 of file alpha_map_shader_class.cpp.
bool alpha_map_shader_class::initialize | ( | ID3D11Device * | device, |
HWND | hwnd ) |
Definition at line 24 of file alpha_map_shader_class.cpp.
bool alpha_map_shader_class::render | ( | ID3D11DeviceContext * | deviceContext, |
int | indexCount, | ||
XMMATRIX | worldMatrix, | ||
XMMATRIX | viewMatrix, | ||
XMMATRIX | projectionMatrix, | ||
ID3D11ShaderResourceView * | texture1, | ||
ID3D11ShaderResourceView * | texture2, | ||
ID3D11ShaderResourceView * | texture3 ) |
Definition at line 70 of file alpha_map_shader_class.cpp.
void alpha_map_shader_class::shutdown | ( | ) |
Definition at line 61 of file alpha_map_shader_class.cpp.