Khaotic Engine Reborn
|
Public Member Functions | |
bitmap_class (const bitmap_class &) | |
bool | initialize (ID3D11Device *, ID3D11DeviceContext *, int, int, char *, int, int) |
void | shutdown () |
bool | render (ID3D11DeviceContext *) |
int | get_index_count () |
ID3D11ShaderResourceView * | get_texture () |
void | set_render_location (int, int) |
Definition at line 21 of file bitmap_class.h.
bitmap_class::bitmap_class | ( | ) |
Definition at line 3 of file bitmap_class.cpp.
bitmap_class::bitmap_class | ( | const bitmap_class & | other | ) |
Definition at line 11 of file bitmap_class.cpp.
bitmap_class::~bitmap_class | ( | ) |
Definition at line 16 of file bitmap_class.cpp.
int bitmap_class::get_index_count | ( | ) |
Definition at line 86 of file bitmap_class.cpp.
ID3D11ShaderResourceView * bitmap_class::get_texture | ( | ) |
Definition at line 91 of file bitmap_class.cpp.
bool bitmap_class::initialize | ( | ID3D11Device * | device, |
ID3D11DeviceContext * | deviceContext, | ||
int | screenWidth, | ||
int | screenHeight, | ||
char * | textureFilename, | ||
int | renderX, | ||
int | renderY ) |
Definition at line 21 of file bitmap_class.cpp.
bool bitmap_class::render | ( | ID3D11DeviceContext * | deviceContext | ) |
Definition at line 67 of file bitmap_class.cpp.
void bitmap_class::set_render_location | ( | int | x, |
int | y ) |
Definition at line 356 of file bitmap_class.cpp.
void bitmap_class::shutdown | ( | ) |
Definition at line 56 of file bitmap_class.cpp.