Scaleform::Render::MeshCacheListType

Scaleform::Render::MeshCacheListType
enum MeshCacheListType {
  MCL_Uncached,
  MCL_InFlight,
  MCL_ThisFrame,
  MCL_PrevFrame,
  MCL_LRUTail,
  MCL_PendingFree,
  MCL_ItemCount
};
Description

Identifies the type of the cache a render item is in.

Members
Members 
Description 
MCL_Uncached 
The item isn't cached yet. 
MCL_InFlight 
The item is queued up for rendering and not complete yet. 
MCL_ThisFrame 
The item is used in the current frame. 
MCL_PrevFrame 
The item was used in previous frame. During frame rendering, part of the frame count will come from MCL_PrevFrame. 
MCL_ItemCount 
Total number of cache lists. 
File

Render_MeshCache.h