Texture::GetImage

Texture::GetImage
virtual Image* GetImage() const = 0;
Description

GetImage retrieves the image (Image object) associated with a texture on initialization. Although ImageBase is used on texture initialization, only Image objects are kept and accessible through this function.

Return Value

Pointer to the Image object associated with texture on initialization, if not null.