Scaleform::Render::MemoryType

Scaleform::Render::MemoryType
enum MemoryType {
  Memory_Normal = 0,
  Memory_Uncached = 0x0100,
  Memory_Orbis_WB_ONION = 0x6000,
  Memory_Orbis_WC_GARLIC = 0x6001,
  Memory_Durango_WB = 0x7000,
  Memory_Durango_WC = 0x7001
};
Description

MemoryType describes the type of memory allocation being requested. 

Memory_Normal should be implemented on all platforms, while platform-specific types only need to be handled on platforms on which they are defined.

Members
Members 
Description 
Memory_Normal = 0 
Indicates that memory allocation be implemented on all platforms. 
File

Render_MemoryManager.h