Texture

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(ITexture texture)
Undocumented in source.
this
this(ubyte[] buffer, int width, int height)
Undocumented in source.
this
this(int width, int height)
Undocumented in source.
this
this(string filename)
Undocumented in source.

Members

Functions

GetMaterial
Material GetMaterial()
Undocumented in source. Be warned that the author may not have intended to support it.
RectUV
UV RectUV(recti rect)
Undocumented in source. Be warned that the author may not have intended to support it.
SetFiltering
void SetFiltering(GLenum mag, GLenum min)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

format
GLenum format [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
id
GLenum id [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
pixelSize
ubyte pixelSize [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
rect
recti rect [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

littleEndian
bool littleEndian;
Undocumented in source.

Variables

_format
GLenum _format;
Undocumented in source.
_id
GLenum _id;
Undocumented in source.
_pixelSize
ubyte _pixelSize;
Undocumented in source.
_rect
recti _rect;
Undocumented in source.
material
Material material;
Undocumented in source.

Inherited Members

From ITexture

id
GLenum id [@property getter]
Undocumented in source.
rect
recti rect [@property getter]
Undocumented in source.
pixelSize
ubyte pixelSize [@property getter]
Undocumented in source.
format
GLenum format [@property getter]
Undocumented in source.
currentTexture
GLuint currentTexture;
Undocumented in source.
width
int width [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
height
int height [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Bind
void Bind()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta