Scaleform::Platform::DeviceCaps

Scaleform::Platform::DeviceCaps
enum DeviceCaps {
  DeviceCap_Stereo = 0x0001,
  DeviceCap_Wireframe = 0x0002,
  DeviceCap_MSAA = 0x0004
};
Description

Enumeration of possible capabilities of different platforms’ graphics device.

Members
Members 
Description 
DeviceCap_Stereo = 0x0001 
Whether the device support stereo rendering. 
DeviceCap_Wireframe = 0x0002 
Whether the device supports wireframe. 
DeviceCap_MSAA = 0x0004 
Whether the device support multi-touch. 
File

Platform.h