DynamicTexture

Undocumented in source.

Constructors

this
this(ITexture texture)
Undocumented in source.

Members

Functions

CopyToBuffer
void CopyToBuffer()
Undocumented in source. Be warned that the author may not have intended to support it.
Update
void Update(void delegate(T[] arr) update)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buffer
Buffer buffer;
Undocumented in source.
index
int index;
Undocumented in source.
nextIndex
int nextIndex;
Undocumented in source.
pboMode
int pboMode;
Undocumented in source.

Inherited Members

From Texture

id
GLenum id [@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.
pixelSize
ubyte pixelSize [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
format
GLenum format [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
_id
GLenum _id;
Undocumented in source.
_rect
recti _rect;
Undocumented in source.
_pixelSize
ubyte _pixelSize;
Undocumented in source.
_format
GLenum _format;
Undocumented in source.
material
Material material;
Undocumented in source.
littleEndian
bool littleEndian;
Undocumented in source.
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.

Meta