Jive reference manual
|
#include <jem/gl/TextureManager.h>
Public Types | |
typedef TextureManager | Self |
Public Member Functions | |
TextureManager () | |
~TextureManager () | |
GLuint | getTexture (const void *addr) const |
GLuint | newTexture (const void *addr, const Ref< Object > &owner=NIL) |
void | delTexture (const void *addr) |
void | delTextures () |
bool | hasTextures () const |
jem::gl::TextureManager::TextureManager | ( | ) |
jem::gl::TextureManager::~TextureManager | ( | ) |
GLuint jem::gl::TextureManager::getTexture | ( | const void * | addr | ) | const |
void jem::gl::TextureManager::delTexture | ( | const void * | addr | ) |
void jem::gl::TextureManager::delTextures | ( | ) |
bool jem::gl::TextureManager::hasTextures | ( | ) | const |