enum DeviceCaps { DeviceCap_Stereo = 0x0001, DeviceCap_Wireframe = 0x0002, DeviceCap_MSAA = 0x0004 };
Enumeration of possible capabilities of different platforms’ graphics device.
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. |
Platform.h