TextureCube stores pixel data with 6 equally sized quadratic faces.
Definition: TextureCube.h:26
uint32_t getSize() const
Gets cube texture edge length.
ETextureFormat getTextureFormat() const
Gets texture format.
class TextureCubeImpl & impl
Definition: TextureCube.h:32
const TextureSwizzle & getTextureSwizzle() const
Gets swizzle description.
virtual ~TextureCube()
Destructor of the TextureCube.
TextureCube(TextureCubeImpl &pimpl)
Constructor of TextureCube.
Information of how color channels of a texture are reordered or set to fixed value (one,...
Definition: TextureSwizzle.h:23