Class ImageCubeResourceFile

Inheritance Relationships

Base Type

Class Documentation

class ImageCubeResourceFile : public ResourceFile

Representation of an image file which is loaded into a cube texture. Supports only certain DDS formats. Use texassemble.exe (in DirectXTex) to assemble cube sides in a suitable format.

Public Functions

ImageCubeResourceFile(const ImageCubeResourceFile&)
ImageCubeResourceFile(const ImageCubeResourceFile&&)
~ImageCubeResourceFile()
void reimport()

Reload the file buffer from disk.

const TextureCube *getTexture() const