Scaleform::Render::Image::TextureLossReason

Scaleform::Render::Image::TextureLossReason
enum TextureLossReason {
  TLR_ManagerDestroyed,
  TLR_DeviceLost,
  TLR_SwappedOut
};
Description

TextureLossReason notifies Image that texture contents were lost. Images can respond by releasing the texture reference if needed.

Members
Members 
Description 
TLR_ManagerDestroyed 
Indicates that the texture manager is destroyed thereby losing all texture contents. 
TLR_DeviceLost 
Indicates that the texture contents are lost from the device. 
TLR_SwappedOut 
Indicates that the texture contents were swapped out. 
File

Render_Image.h