#include <textures.hh>
◆ Texture()
Texture::Texture |
( |
const std::string & |
file, |
|
|
const bool |
repeat = false |
|
) |
| |
|
explicit |
◆ ~Texture()
◆ bind()
void Texture::bind |
( |
unsigned int |
slot = 0 | ) |
const |
◆ get_height()
int Texture::get_height |
( |
| ) |
const |
|
inline |
◆ get_width()
int Texture::get_width |
( |
| ) |
const |
|
inline |
◆ unbind()
void Texture::unbind |
( |
| ) |
const |
◆ t_bpp
◆ t_filepath
std::string Texture::t_filepath |
|
private |
◆ t_height
◆ t_localbuffer
unsigned char* Texture::t_localbuffer |
|
private |
◆ t_render_id
unsigned int Texture::t_render_id |
|
private |
◆ t_width
The documentation for this class was generated from the following files: