#include <texturecube.h>

Public Types | |
| typedef SafeTexture | BaseType |
| typedef SafeTextureCube | ThisType |
Public Member Functions | |
| GLsizei | height (void) const |
| SafeTextureCube (void) | |
| GLsizei | size (void) const |
| GLsizei | width (void) const |
Protected Member Functions | |
| const TextureCubePtr & | object (void) const |
| TextureCubePtr & | object (void) |
| SafeTextureCube (const TextureCubePtr &texture2D) | |
Friends | |
| class | BoundTextureCube |
| class | Context |
Definition at line 160 of file texturecube.h.
Reimplemented from glw::SafeTexture.
Definition at line 167 of file texturecube.h.
Reimplemented from glw::SafeTexture.
Definition at line 168 of file texturecube.h.
| glw::SafeTextureCube::SafeTextureCube | ( | void | ) | [inline] |
Definition at line 170 of file texturecube.h.
| glw::SafeTextureCube::SafeTextureCube | ( | const TextureCubePtr & | texture2D | ) | [inline, protected] |
Definition at line 193 of file texturecube.h.
| GLsizei glw::SafeTextureCube::height | ( | void | ) | const [inline] |
Definition at line 186 of file texturecube.h.
| const TextureCubePtr& glw::SafeTextureCube::object | ( | void | ) | const [inline, protected] |
Reimplemented from glw::SafeTexture.
Definition at line 199 of file texturecube.h.
| TextureCubePtr& glw::SafeTextureCube::object | ( | void | ) | [inline, protected] |
Reimplemented from glw::SafeTexture.
Definition at line 204 of file texturecube.h.
| GLsizei glw::SafeTextureCube::size | ( | void | ) | const [inline] |
Definition at line 176 of file texturecube.h.
| GLsizei glw::SafeTextureCube::width | ( | void | ) | const [inline] |
Definition at line 181 of file texturecube.h.
friend class BoundTextureCube [friend] |
Definition at line 163 of file texturecube.h.
friend class Context [friend] |
Reimplemented from glw::SafeTexture.
Definition at line 162 of file texturecube.h.