#include <texture.hh>
Public Member Functions | |
| Texture () | |
| Texture (GLint w, GLint h) | |
| Texture (const Bitmap &b) | |
| bool | IsValid () const |
| float * | data () |
| GLint | width () const |
| GLint | height () const |
| GLint | format () const |
| GLint | type () const |
| GLint | border () const |
Definition at line 37 of file texture.hh.
| Texture | ( | ) | [inline] |
Definition at line 40 of file texture.hh.
| Texture | ( | GLint | w, | |
| GLint | h | |||
| ) | [inline] |
Definition at line 46 of file texture.hh.
| GLint border | ( | ) | const [inline] |
Definition at line 62 of file texture.hh.
| float* data | ( | ) | [inline] |
Definition at line 56 of file texture.hh.
| GLint format | ( | ) | const [inline] |
Definition at line 60 of file texture.hh.
| GLint height | ( | ) | const [inline] |
Definition at line 59 of file texture.hh.
| bool IsValid | ( | ) | const [inline] |
Definition at line 54 of file texture.hh.
| GLint type | ( | ) | const [inline] |
Definition at line 61 of file texture.hh.
| GLint width | ( | ) | const [inline] |
Definition at line 58 of file texture.hh.
1.6.1