#include <RmSurface.h>
Inheritance diagram for RmTexture:

Public Member Functions | |
| RmTexture () | |
| Constructor. | |
| virtual | ~RmTexture () |
| Destructor. | |
| virtual void | Destroy () |
| Destroy. | |
| virtual RmPixelFormatType | GetPixelFormat () const=0 |
| Pixel format. | |
| virtual RmTextureType | GetTextureType () const=0 |
| Texture type. | |
Texture
|
|
Constructor. Constructor |
|
|
Destructor. Destructor |
|
|
Destroy. Cleanup all the memory allocated for texture
Reimplemented in Rm2DTexture, RmCubemap, and Rm3DTexture. |
|
|
Pixel format. Return current pixelformat
Implemented in Rm2DTexture, RmCubemap, and Rm3DTexture. |
|
|
Texture type. Texture type
Implemented in Rm2DTexture, RmCubemap, and Rm3DTexture. |
1.3.6