![]() |
XII Release 0.1.0
|
This describes the display mode attributes. More...
#include <Descriptors.h>
Public Member Functions | |
XII_DECLARE_POD_TYPE () | |
![]() | |
xiiHashableStruct (const xiiHashableStruct< xiiGALDisplayModeDescription > &other) | |
void | operator= (const xiiHashableStruct< xiiGALDisplayModeDescription > &other) |
XII_ALWAYS_INLINE constexpr bool | operator== (const xiiHashableStruct< xiiGALDisplayModeDescription > &rhs) const=default |
xiiUInt32 | CalculateHash () const |
Calculates the 32 bit hash of the struct and returns it. | |
Public Attributes | |
xiiSizeU32 | m_Resolution = xiiSizeU32(0U, 0U) |
Display resolution. | |
xiiEnum< xiiGALResourceFormat > | m_ResourceFormat = xiiGALResourceFormat::Unknown |
Display format. | |
xiiUInt32 | m_uiRefreshRateNumerator = 0U |
Refresh rate numerator. | |
xiiUInt32 | m_uiRefreshRateDenominator = 0U |
Refresh rate denominator. | |
xiiEnum< xiiGALScalingMode > | m_ScalingMode = xiiGALScalingMode::Unspecified |
The scaling mode. | |
xiiEnum< xiiGALScanLineOrder > | m_ScanLineOrder = xiiGALScanLineOrder::Unspecified |
The scanline drawing mode. | |
This describes the display mode attributes.