#include <textures.h>
Public Member Functions | |
| TEXTURE () | |
| ~TEXTURE () | |
| void | Load () |
| void | Unload () |
| void | Activate () |
Public Attributes | |
| int | references |
| int | w |
| int | h |
| bool | mipmap |
| string | file |
Private Attributes | |
| GLuint | tex_id |
| bool | loaded |
Definition at line 51 of file textures.h.
|
|
Definition at line 58 of file textures.h. References file, h, loaded, mipmap, references, tex_id, and w. |
|
|
Definition at line 61 of file textures.h. References Unload(). |
|
|
Definition at line 52 of file textures.cpp. References tex_id. Referenced by TEXTURE_HANDLE::Activate(). |
|
|
Definition at line 30 of file textures.cpp. References file, h, loaded, mipmap, tex_id, UTILITY::TexLoad(), utility, and w. Referenced by TEXTURES::LoadTexture(). |
|
|
Definition at line 60 of file textures.cpp. References loaded, and tex_id. Referenced by ~TEXTURE(). |
|
|
Definition at line 66 of file textures.h. Referenced by TEXTURE_HANDLE::CopyFrom(), TEXTURE_HANDLE::Load(), Load(), TEXTURES::LoadTexture(), TEXTURE(), and TEXTURE_HANDLE::Unload(). |
|
|
Definition at line 64 of file textures.h. Referenced by Load(), TEXTURES::LoadTexture(), and TEXTURE(). |
|
|
Definition at line 55 of file textures.h. |
|
|
Definition at line 65 of file textures.h. Referenced by TEXTURE_HANDLE::CopyFrom(), Load(), TEXTURES::LoadTexture(), and TEXTURE(). |
|
|
Definition at line 63 of file textures.h. Referenced by TEXTURE_HANDLE::CopyFrom(), TEXTURE_HANDLE::Load(), TEXTURE(), and TEXTURE_HANDLE::Unload(). |
|
|
Definition at line 54 of file textures.h. Referenced by Activate(), Load(), TEXTURE(), and Unload(). |
|
|
Definition at line 64 of file textures.h. Referenced by Load(), TEXTURES::LoadTexture(), and TEXTURE(). |
1.4.6