#include <Texture.h>
Classes | |
| struct | Obj |
Public Member Functions | |
| TextureCache () | |
| TextureCache (const Surface8u &prototypeSurface, const Texture::Format &format) | |
| gl::Texture | cache (const Surface8u &data) |
Protected Attributes | |
| std::shared_ptr< Obj > | mObj |
| typedef std::shared_ptr< Obj > TextureCache::* | unspecified_bool_type |
| Emulates shared_ptr-like behavior. | |
| operator unspecified_bool_type () const | |
| Emulates shared_ptr-like behavior. | |
| void | reset () |
| Emulates shared_ptr-like behavior. | |
| typedef std::shared_ptr<Obj> TextureCache::* cinder::gl::TextureCache::unspecified_bool_type |
Emulates shared_ptr-like behavior.
| cinder::gl::TextureCache::TextureCache | ( | const Surface8u & | prototypeSurface, |
| const Texture::Format & | format | ||
| ) |
| gl::Texture cinder::gl::TextureCache::cache | ( | const Surface8u & | data | ) |
| cinder::gl::TextureCache::operator unspecified_bool_type | ( | ) | const |
Emulates shared_ptr-like behavior.
| void cinder::gl::TextureCache::reset | ( | ) |
Emulates shared_ptr-like behavior.
std::shared_ptr<Obj> cinder::gl::TextureCache::mObj [protected] |