#include <texture.h>
Public Types | |
typedef SafeRenderable | BaseType |
typedef SafeTexture | ThisType |
Public Member Functions | |
SafeTexture (void) | |
Protected Member Functions | |
const TexturePtr & | object (void) const |
TexturePtr & | object (void) |
SafeTexture (const TexturePtr &texture) | |
Friends | |
class | BoundTexture |
class | Context |
Definition at line 111 of file wrap/glw/texture.h.
Reimplemented from glw::SafeRenderable.
Reimplemented in glw::SafeTexture2D, and glw::SafeTextureCube.
Definition at line 118 of file wrap/glw/texture.h.
Reimplemented from glw::SafeRenderable.
Reimplemented in glw::SafeTexture2D, and glw::SafeTextureCube.
Definition at line 119 of file wrap/glw/texture.h.
glw::SafeTexture::SafeTexture | ( | void | ) | [inline] |
Definition at line 121 of file wrap/glw/texture.h.
glw::SafeTexture::SafeTexture | ( | const TexturePtr & | texture | ) | [inline, protected] |
Definition at line 129 of file wrap/glw/texture.h.
const TexturePtr& glw::SafeTexture::object | ( | void | ) | const [inline, protected] |
Reimplemented from glw::SafeRenderable.
Reimplemented in glw::SafeTextureCube, and glw::SafeTexture2D.
Definition at line 135 of file wrap/glw/texture.h.
TexturePtr& glw::SafeTexture::object | ( | void | ) | [inline, protected] |
Reimplemented from glw::SafeRenderable.
Reimplemented in glw::SafeTextureCube, and glw::SafeTexture2D.
Definition at line 140 of file wrap/glw/texture.h.
friend class BoundTexture [friend] |
Definition at line 114 of file wrap/glw/texture.h.
friend class Context [friend] |
Reimplemented from glw::SafeRenderable.
Reimplemented in glw::SafeTexture2D, and glw::SafeTextureCube.
Definition at line 113 of file wrap/glw/texture.h.