ContainerImage

Undocumented in source.

Constructors

this
this(uint w, uint h, ContainerImageFormat format, uint mipmaps, size_t bufferSize, bool cubemap)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

createSameFormat
SuperImage createSameFormat(uint w, uint h)
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.
opIndex
Color4f opIndex(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
Color4f opIndexAssign(Color4f c, int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

bitDepth
uint bitDepth [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
channels
uint channels [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
data
ubyte[] data [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
dup
SuperImage dup [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
height
uint height [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isCubemap
bool isCubemap [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
mipLevels
uint mipLevels [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
pixelFormat
uint pixelFormat [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
pixelSize
uint pixelSize [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
width
uint width [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_bufferSize
size_t _bufferSize;
Undocumented in source.
_containerImageFormat
ContainerImageFormat _containerImageFormat;
Undocumented in source.
_data
ubyte[] _data;
Undocumented in source.
_height
uint _height;
Undocumented in source.
_isCubemap
bool _isCubemap;
Undocumented in source.
_mipLevels
uint _mipLevels;
Undocumented in source.
_width
uint _width;
Undocumented in source.

Meta