Texture

Undocumented in source.

Constructors

this
this(int w, int h, int type, int imageFlags, const(byte)* pData)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

getTextureSize
bool getTextureSize(int* w, int* h)
Undocumented in source. Be warned that the author may not have intended to support it.
update
bool update(int x, int y, int w, int h, const(byte)* data)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

flags
int flags;
sampler
GLuint sampler;
Undocumented in source.
size
Size size;
Undocumented in source.
texture
GLuint texture;
Undocumented in source.
type
ImageType type;
Undocumented in source.

Meta