Texture manager.
More...
#include <tdme/engine/subsystems/manager/TextureManager.h>
Texture manager.
- Author
- Andreas Drewke
- Version
- $Id$
Definition at line 25 of file TextureManager.h.
◆ TextureManager()
◆ ~TextureManager()
◆ addCubeMapTexture()
Adds a cube map texture to manager.
- Parameters
-
id | id |
textureLeft | texture left |
textureRight | texture right |
textureTop | texture top |
textureBottom | texture bottom |
textureFront | texture front |
textureBack | texture back |
contextIdx | context index or nullptr if using default context |
- Returns
- texture id
Definition at line 83 of file TextureManager.cpp.
◆ addTexture() [1/2]
Adds a texture to manager.
- Parameters
-
id | id |
created | if managed texture has just been created |
- Returns
- texture manager entity
Definition at line 33 of file TextureManager.cpp.
◆ addTexture() [2/2]
int32_t addTexture |
( |
Texture * |
texture, |
|
|
int |
contextIdx = 0 |
|
) |
| |
Adds a texture to manager.
- Parameters
-
texture | texture |
contextIdx | context index |
- Returns
- texture id
Definition at line 61 of file TextureManager.cpp.
◆ removeTexture()
void removeTexture |
( |
const string & |
textureId | ) |
|
Removes a texture from manager / open gl stack.
- Parameters
-
Definition at line 105 of file TextureManager.cpp.
◆ TextureManager_TextureManaged
◆ mutex
◆ renderer
◆ textures
The documentation for this class was generated from the following files:
- /home/andreas/Development/drewke.net/tdme2/src/tdme/engine/subsystems/manager/TextureManager.h
- /home/andreas/Development/drewke.net/tdme2/src/tdme/engine/subsystems/manager/TextureManager.cpp