Texture

Undocumented in source.

Constructors

this
this(uint w, uint h)
Undocumented in source.
this
this(SuperImage img, bool genMipmaps)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

bind
void bind(double dt)
Undocumented in source. Be warned that the author may not have intended to support it.
copyRendered
void copyRendered()
Undocumented in source. Be warned that the author may not have intended to support it.
createFromImage
void createFromImage(SuperImage img, bool genMipmaps)
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free()
Undocumented in source. Be warned that the author may not have intended to support it.
unbind
void unbind()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

format
GLenum format;
Undocumented in source.
height
int height;
Undocumented in source.
scroll
Vector2f scroll;
Undocumented in source.
tex
GLuint tex;
Undocumented in source.
type
GLenum type;
Undocumented in source.
width
int width;
Undocumented in source.

Inherited Members

From Modifier

bind
void bind(double delta)
Undocumented in source.
unbind
void unbind()
Undocumented in source.

Meta