csTextureManager Class Reference
General version of the texture manager. More...
#include <csplugincommon/render3d/txtmgr.h>
Inherits scfImplementation1<csTextureManager, iTextureManager>.
Public Member Functions | |
| virtual void | Clear () |
| Clear (free) all textures. | |
| csTextureManager (iObjectRegistry *object_reg, iGraphics2D *iG2D) | |
| Initialize the texture manager. | |
| virtual | ~csTextureManager () |
| Destroy the texture manager. | |
Public Attributes | |
| csPixelFormat | pfmt |
| Pixel format. | |
Protected Member Functions | |
| virtual void | read_config (iConfigFile *config) |
| Read configuration values from config file. | |
Protected Attributes | |
| csTexVector | textures |
| List of textures. | |
Detailed Description
General version of the texture manager.Each 3D driver should derive a texture manager class from this one and implement the missing functionality.
Definition at line 144 of file txtmgr.h.
Constructor & Destructor Documentation
| csTextureManager::csTextureManager | ( | iObjectRegistry * | object_reg, | |
| iGraphics2D * | iG2D | |||
| ) |
Initialize the texture manager.
| virtual csTextureManager::~csTextureManager | ( | ) | [virtual] |
Destroy the texture manager.
Member Function Documentation
| virtual void csTextureManager::Clear | ( | ) | [inline, virtual] |
| virtual void csTextureManager::read_config | ( | iConfigFile * | config | ) | [protected, virtual] |
Read configuration values from config file.
Member Data Documentation
csTexVector csTextureManager::textures [protected] |
The documentation for this class was generated from the following file:
- csplugincommon/render3d/txtmgr.h
Generated for Crystal Space 1.4.0 by doxygen 1.5.8
