#include <texture2d.h>
Public Types | |
typedef SafeTexture | BaseType |
typedef SafeTexture2D | ThisType |
Public Member Functions | |
GLsizei | height (void) const |
SafeTexture2D (void) | |
GLsizei | width (void) const |
Protected Member Functions | |
const Texture2DPtr & | object (void) const |
Texture2DPtr & | object (void) |
SafeTexture2D (const Texture2DPtr &texture2D) | |
Friends | |
class | BoundTexture2D |
class | Context |
Definition at line 163 of file texture2d.h.
Reimplemented from glw::SafeTexture.
Definition at line 170 of file texture2d.h.
Reimplemented from glw::SafeTexture.
Definition at line 171 of file texture2d.h.
glw::SafeTexture2D::SafeTexture2D | ( | void | ) | [inline] |
Definition at line 173 of file texture2d.h.
glw::SafeTexture2D::SafeTexture2D | ( | const Texture2DPtr & | texture2D | ) | [inline, protected] |
Definition at line 191 of file texture2d.h.
GLsizei glw::SafeTexture2D::height | ( | void | ) | const [inline] |
Definition at line 184 of file texture2d.h.
const Texture2DPtr& glw::SafeTexture2D::object | ( | void | ) | const [inline, protected] |
Reimplemented from glw::SafeTexture.
Definition at line 197 of file texture2d.h.
Texture2DPtr& glw::SafeTexture2D::object | ( | void | ) | [inline, protected] |
Reimplemented from glw::SafeTexture.
Definition at line 202 of file texture2d.h.
GLsizei glw::SafeTexture2D::width | ( | void | ) | const [inline] |
Definition at line 179 of file texture2d.h.
friend class BoundTexture2D [friend] |
Definition at line 166 of file texture2d.h.
friend class Context [friend] |
Reimplemented from glw::SafeTexture.
Definition at line 165 of file texture2d.h.