jubilant-funicular
|
#include <GLTexture.h>
Public Member Functions | |
bool | operator== (const RawTexture &rhs) const |
Public Attributes | |
GLuint | width |
GLuint | height |
GLenum | format |
GLubyte * | data = nullptr |
Data stored on the heap. | |
A loaded image (not tied to any specific GL context)
During program execution, no two RawTexture objects should represent the same image unless they have the same data pointer.
Definition at line 13 of file GLTexture.h.