![]() |
XII Release 0.1.0
|
This describes the full screen mode description. More...
#include <Descriptors.h>
Public Member Functions | |
XII_DECLARE_POD_TYPE () | |
![]() | |
xiiHashableStruct (const xiiHashableStruct< xiiGALFullScreenModeDescription > &other) | |
void | operator= (const xiiHashableStruct< xiiGALFullScreenModeDescription > &other) |
XII_ALWAYS_INLINE constexpr bool | operator== (const xiiHashableStruct< xiiGALFullScreenModeDescription > &rhs) const=default |
xiiUInt32 | CalculateHash () const |
Calculates the 32 bit hash of the struct and returns it. | |
Public Attributes | |
bool | m_bIsFullScreen = false |
Specifies whether the swap chain is in full screen mode. | |
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 full screen mode description.