|
StarEngine
|
#include <Texture2D.h>

Public Member Functions | |
| Texture2D (const tstring &pPath, android_app *pApplication) | |
| ~Texture2D () | |
| const tstring & | GetPath () const |
| int32 | GetHeight () const |
| int32 | GetWidth () const |
| GLuint | GetTextureID () const |
| star::Texture2D::Texture2D | ( | const tstring & | pPath, |
| android_app * | pApplication | ||
| ) |
| star::Texture2D::~Texture2D | ( | ) |
| int32 star::Texture2D::GetHeight | ( | ) | const |
| const tstring & star::Texture2D::GetPath | ( | ) | const |
| GLuint star::Texture2D::GetTextureID | ( | ) | const |
| int32 star::Texture2D::GetWidth | ( | ) | const |
1.8.5