![]() |
Public API Reference |
#include <itexfact.h>
Inheritance diagram for iTextureFactory:

Public Methods | |
| virtual csPtr< iTextureWrapper > | Generate ()=0 |
| Generate a new texture with the selected parameters. More... | |
| virtual void | SetSize (int w, int h)=0 |
| Set the size of the texture to be created. More... | |
| virtual void | GetSize (int &w, int &h)=0 |
| Get the size of the texture to be created. More... | |
Textures need to know their size at creation time; this information can be taken from an image or explicitly specified.
Definition at line 42 of file itexfact.h.
|
|
Generate a new texture with the selected parameters.
|
|
||||||||||||
|
Get the size of the texture to be created.
Implemented in csBaseTextureFactory. |
|
||||||||||||
|
Set the size of the texture to be created.
Implemented in csBaseTextureFactory. |