enum TextureLossReason { TLR_ManagerDestroyed, TLR_DeviceLost, TLR_SwappedOut };
TextureLossReason notifies Image that texture contents were lost. Images can respond by releasing the texture reference if needed.
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. |
Render_Image.h