#include <texture.h>
Public Member Functions | |
| GLuint | GetTextureID () const |
| bool | LoadFromPNG (const char *file_path) |
| Texture & | operator= (const Texture &) |
| Texture (const char *file_path) | |
| Texture (const Texture &other) | |
| ~Texture () | |
Private Attributes | |
| int | bit_depth_ |
| char * | byte_data_ |
| int | color_type_ |
| png_uint_32 | height_ |
| GLuint | texture_id_ |
| png_uint_32 | width_ |
| tango_gl::Texture::Texture | ( | const char * | file_path | ) |
Definition at line 36 of file texture.cpp.
| tango_gl::Texture::Texture | ( | const Texture & | other | ) |
Definition at line 100 of file texture.cpp.
| GLuint tango_gl::Texture::GetTextureID | ( | ) | const |
Definition at line 98 of file texture.cpp.
| bool tango_gl::Texture::LoadFromPNG | ( | const char * | file_path | ) |
Definition at line 42 of file texture.cpp.
int tango_gl::Texture::bit_depth_ [private] |
char* tango_gl::Texture::byte_data_ [private] |
int tango_gl::Texture::color_type_ [private] |
png_uint_32 tango_gl::Texture::height_ [private] |
GLuint tango_gl::Texture::texture_id_ [private] |
png_uint_32 tango_gl::Texture::width_ [private] |