#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 | |
| shared_ptr< Obj > | mObj |
|
| |
| typedef shared_ptr< Obj > TextureCache::* | unspecified_bool_type |
| Emulates shared_ptr-like behavior. | |
| TextureCache (const TextureCache &other) | |
| Emulates shared_ptr-like behavior. | |
| TextureCache & | operator= (const TextureCache &other) |
| Emulates shared_ptr-like behavior. | |
| bool | operator== (const TextureCache &other) |
| Emulates shared_ptr-like behavior. | |
| operator unspecified_bool_type () | |
| Emulates shared_ptr-like behavior. | |
| void | reset () |
| Emulates shared_ptr-like behavior. | |
| typedef shared_ptr<Obj> TextureCache::* cinder::gl::TextureCache::unspecified_bool_type |
Emulates shared_ptr-like behavior.
| cinder::gl::TextureCache::TextureCache | ( | ) |
| cinder::gl::TextureCache::TextureCache | ( | const Surface8u & | prototypeSurface, | |
| const Texture::Format & | format | |||
| ) |
| cinder::gl::TextureCache::TextureCache | ( | const TextureCache & | other | ) |
Emulates shared_ptr-like behavior.
| gl::Texture cinder::gl::TextureCache::cache | ( | const Surface8u & | data | ) |
| TextureCache& cinder::gl::TextureCache::operator= | ( | const TextureCache & | other | ) |
Emulates shared_ptr-like behavior.
| bool cinder::gl::TextureCache::operator== | ( | const TextureCache & | other | ) |
Emulates shared_ptr-like behavior.
| cinder::gl::TextureCache::operator unspecified_bool_type | ( | ) |
Emulates shared_ptr-like behavior.
| void cinder::gl::TextureCache::reset | ( | ) |
Emulates shared_ptr-like behavior.
shared_ptr<Obj> cinder::gl::TextureCache::mObj [protected] |