Scaleform::Render::DrawableImage::DrawableImageStateFlags

Scaleform::Render::DrawableImage::DrawableImageStateFlags
enum DrawableImageStateFlags {
  DIState_Mapped = 0x00000001,
  DIState_MappedRead = 0x00000002,
  DIState_CPUDirty = 0x00000008,
  DIState_GPUDirty = 0x00000010,
  DIState_Disposed = 0x00000020
};
Description

The state of the DrawableImage.

Members
Members 
Description 
DIState_Mapped = 0x00000001 
Set if the image's texture data is mapped from GPU data (in RT). 
DIState_MappedRead = 0x00000002 
Set if the image's texture data is mapped and readable only (ie. not writable). 
DIState_CPUDirty = 0x00000008 
Set if a CPU-command has modified the mapped data (implies in pCPUModified list). 
DIState_GPUDirty = 0x00000010 
Set if a GPU-command has modified the mapped data (implies in pGPUModified list). 
DIState_Disposed = 0x00000020 
Set if a DrawableImage has been disposed. 
File

Render_DrawableImage.h