|
|
void | Add_GLTexture (std::string id, const char *path) |
| |
|
const GLTexture * | Get_GLTexture (std::string id) |
| |
|
std::vector< std::string > | Get_GLTextureNames () const |
| |
|
void | Add_Font (std::string id, const char *fontPath, float size) |
| |
|
ImFont * | Get_Font (std::string id) |
| |
|
std::vector< std::string > | Get_FontNames () const |
| |
|
|
static TextureManager & | getInstance () |
| |
|
static bool | readFileToBuffer (const char *filePath, std::vector< unsigned char > &buffer) |
| |
|
static GLTexture * | loadPNG (const char *filePath) |
| |
The documentation for this class was generated from the following files:
- /mnt/c/Users/lefte/Mujin/MastersThesis/Taz/TazGraph/RenderEngine/src/TextureManager/TextureManager.h
- /mnt/c/Users/lefte/Mujin/MastersThesis/Taz/TazGraph/RenderEngine/src/TextureManager/TextureManager.cpp