xoreos
0.0.5
|
A managed texture, storing how often it's referenced. More...
#include <texturehandle.h>
Public Member Functions | |
ManagedTexture (Texture *t) | |
~ManagedTexture () | |
Public Attributes | |
Texture * | texture |
uint32 | referenceCount |
A managed texture, storing how often it's referenced.
Definition at line 40 of file texturehandle.h.
Graphics::Aurora::ManagedTexture::ManagedTexture | ( | Texture * | t | ) |
Definition at line 35 of file texturehandle.cpp.
Graphics::Aurora::ManagedTexture::~ManagedTexture | ( | ) |
Definition at line 38 of file texturehandle.cpp.
References texture.
uint32 Graphics::Aurora::ManagedTexture::referenceCount |
Definition at line 42 of file texturehandle.h.
Texture* Graphics::Aurora::ManagedTexture::texture |
Definition at line 41 of file texturehandle.h.
Referenced by Graphics::Aurora::TextureManager::get(), and ~ManagedTexture().