|
| Texture (TextureType type=TextureType::Color) |
|
| Texture (const std::string &url, TextureType type) |
|
void | mipmap (bool mipmap) |
|
GLuint | update (const cv::Mat &image) |
|
GLuint | update () |
|
GLuint | update (int width, int height, int format, int samples=0) |
|
bool | transparent () const |
|
const std::string & | url () const |
|
GLuint | id () const |
|
void | create () |
|
| ResourceBase (const ResourceBase &)=delete |
|
ResourceBase & | operator= (const ResourceBase &)=delete |
|
|
static TextureManager & | manager () |
|
static void | setCleanupFunction (const std::function< void(const std::function< void()> &)> &callback) |
|
|
void | destroy () |
|
void | cleanup (const std::function< void()> &callback) |
|
bool | invalidated () |
|
GLuint | _id = 0 |
|
Definition at line 39 of file texture.h.
The documentation for this class was generated from the following files: