- 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.