Texture

Undocumented in source.

Constructors

this
this(string filename, TextureTarget target, TextureFormat format)
Undocumented in source.
this
this(Bitmap textureData, TextureTarget target, TextureFormat format)
Undocumented in source.

Members

Functions

bind
void bind(uint textureUnit)
Undocumented in source. Be warned that the author may not have intended to support it.
bitmap
Bitmap bitmap()
Undocumented in source. Be warned that the author may not have intended to support it.
bitmap
void bitmap(Bitmap newBitmap)
Undocumented in source. Be warned that the author may not have intended to support it.
data
const(ubyte[]) data()
Undocumented in source. Be warned that the author may not have intended to support it.
invalidate
void invalidate()
Undocumented in source. Be warned that the author may not have intended to support it.
onBitmapChanged
void onBitmapChanged()
Undocumented in source. Be warned that the author may not have intended to support it.
size
uvec2 size()
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.
validateBind
void validateBind(uint textureUnit)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta