GLTexture

Undocumented in source.

Constructors

this
this(string filename, bool useAlpha)

Use Texture.textureFactory()

Members

Functions

bind
void bind()

Binds the texture for OpenGL use

cleanup
void cleanup()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Texture

filename
string filename;
Undocumented in source.
useAlpha
bool useAlpha;
Undocumented in source.
_width
uint _width;
Undocumented in source.
_height
uint _height;
Undocumented in source.
width
uint width [@property getter]

The width of the texture in pixels.

height
uint height [@property getter]

The height of the texture in pixels.

textureFactory
Texture textureFactory(string filename, bool useAlpha, GraphicsBackendType backend)
Undocumented in source. Be warned that the author may not have intended to support it.
cleanup
void cleanup()
Undocumented in source.

Meta