Texture::ImageLost

Texture::ImageLost
virtual void ImageLost();
Description

ImageLost notifies texture that its image is about to be unavailable. Texture can only access the image before this function is called. This function must be called for any texture created with Image pointer but without the ImageUse_InitOnly flag, or ~Texture will assert.