TDME2 1.9.121
Public Member Functions | Private Attributes | Friends | List of all members
TextureManager Class Referencefinal

Texture manager. More...

#include <tdme/engine/subsystems/manager/TextureManager.h>

Collaboration diagram for TextureManager:
Collaboration graph

Public Member Functions

TextureManager_TextureManagedaddTexture (const string &id, bool &created)
 Adds a texture to manager. More...
 
int32_t addTexture (Texture *texture, int contextIdx=0)
 Adds a texture to manager. More...
 
int32_t addCubeMapTexture (const string &id, Texture *textureLeft, Texture *textureRight, Texture *textureTop, Texture *textureBottom, Texture *textureFront, Texture *textureBack, int contextIdx=0)
 Adds a cube map texture to manager. More...
 
void removeTexture (const string &textureId)
 Removes a texture from manager / open gl stack. More...
 
 TextureManager (Renderer *renderer)
 Public constructor. More...
 
 ~TextureManager ()
 Destructor. More...
 

Private Attributes

Rendererrenderer { nullptr }
 
unordered_map< string, TextureManager_TextureManaged * > textures
 
Mutex mutex
 

Friends

class TextureManager_TextureManaged
 

Detailed Description

Texture manager.

Author
Andreas Drewke
Version
$Id$

Definition at line 25 of file TextureManager.h.

Constructor & Destructor Documentation

◆ TextureManager()

TextureManager ( Renderer renderer)

Public constructor.

Parameters
rendererrenderer

Definition at line 23 of file TextureManager.cpp.

◆ ~TextureManager()

Destructor.

Definition at line 27 of file TextureManager.cpp.

Member Function Documentation

◆ addCubeMapTexture()

int32_t addCubeMapTexture ( const string &  id,
Texture textureLeft,
Texture textureRight,
Texture textureTop,
Texture textureBottom,
Texture textureFront,
Texture textureBack,
int  contextIdx = 0 
)

Adds a cube map texture to manager.

Parameters
idid
textureLefttexture left
textureRighttexture right
textureToptexture top
textureBottomtexture bottom
textureFronttexture front
textureBacktexture back
contextIdxcontext index or nullptr if using default context
Returns
texture id

Definition at line 83 of file TextureManager.cpp.

◆ addTexture() [1/2]

TextureManager_TextureManaged * addTexture ( const string &  id,
bool &  created 
)

Adds a texture to manager.

Parameters
idid
createdif 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
texturetexture
contextIdxcontext 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
textureIdtexture id

Definition at line 105 of file TextureManager.cpp.

Friends And Related Function Documentation

◆ TextureManager_TextureManaged

friend class TextureManager_TextureManaged
friend

Definition at line 27 of file TextureManager.h.

Member Data Documentation

◆ mutex

Mutex mutex
private

Definition at line 32 of file TextureManager.h.

◆ renderer

Renderer* renderer { nullptr }
private

Definition at line 30 of file TextureManager.h.

◆ textures

unordered_map<string, TextureManager_TextureManaged*> textures
private

Definition at line 31 of file TextureManager.h.


The documentation for this class was generated from the following files: