ImageInfo

Undocumented in source.

Members

Functions

withFormat
ImageInfo withFormat(Format format)
Undocumented in source. Be warned that the author may not have intended to support it.
withLevels
ImageInfo withLevels(uint levels)
Undocumented in source. Be warned that the author may not have intended to support it.
withSamples
ImageInfo withSamples(uint samples)
Undocumented in source. Be warned that the author may not have intended to support it.
withTiling
ImageInfo withTiling(ImageTiling tiling)
Undocumented in source. Be warned that the author may not have intended to support it.
withUsage
ImageInfo withUsage(ImageUsage usage)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

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

Variables

dims
ImageDims dims;
Undocumented in source.
format
Format format;
Undocumented in source.
layers
uint layers;
Undocumented in source.
levels
uint levels;
Undocumented in source.
samples
uint samples;
Undocumented in source.
tiling
ImageTiling tiling;
Undocumented in source.
type
ImageType type;
Undocumented in source.
usage
ImageUsage usage;
Undocumented in source.

Meta