ImageDims

Undocumented in source.

Members

Static functions

cube
ImageDims cube(uint width, uint height)
Undocumented in source. Be warned that the author may not have intended to support it.
cubeArray
ImageDims cubeArray(uint width, uint height, uint layers)
Undocumented in source. Be warned that the author may not have intended to support it.
d1
ImageDims d1(uint width)
Undocumented in source. Be warned that the author may not have intended to support it.
d1Array
ImageDims d1Array(uint width, uint layers)
Undocumented in source. Be warned that the author may not have intended to support it.
d2
ImageDims d2(uint width, uint height)
Undocumented in source. Be warned that the author may not have intended to support it.
d2Array
ImageDims d2Array(uint width, uint height, uint layers)
Undocumented in source. Be warned that the author may not have intended to support it.
d3
ImageDims d3(uint width, uint height, uint depth)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

depth
uint depth;
Undocumented in source.
height
uint height;
Undocumented in source.
layers
uint layers;
Undocumented in source.
width
uint width;
Undocumented in source.

Meta