Display mode attributes. More...
#include <GraphicsTypes.h>
Public Attributes | |
Uint32 | Width = 0 |
Display resolution width. | |
Uint32 | Height = 0 |
Display resolution height. | |
TEXTURE_FORMAT | Format = TEX_FORMAT_UNKNOWN |
Display format. | |
Uint32 | RefreshRateNumerator = 0 |
Refresh rate numerator. | |
Uint32 | RefreshRateDenominator = 0 |
Refresh rate denominator. | |
enum SCALING_MODE | Scaling = SCALING_MODE_UNSPECIFIED |
The scanline drawing mode. | |
enum SCANLINE_ORDER | ScanlineOrder = SCANLINE_ORDER_UNSPECIFIED |
The scaling mode. | |
Display mode attributes.