XII Release 0.1.0
Loading...
Searching...
No Matches
xiiGALFullScreenModeDescription Struct Reference

This describes the full screen mode description. More...

#include <Descriptors.h>

Inheritance diagram for xiiGALFullScreenModeDescription:
[legend]

Public Member Functions

 XII_DECLARE_POD_TYPE ()
 
- Public Member Functions inherited from xiiHashableStruct< xiiGALFullScreenModeDescription >
 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< xiiGALScalingModem_ScalingMode = xiiGALScalingMode::Unspecified
 The scaling mode.
 
xiiEnum< xiiGALScanLineOrderm_ScanLineOrder = xiiGALScanLineOrder::Unspecified
 The scanline drawing mode.
 

Detailed Description

This describes the full screen mode description.


The documentation for this struct was generated from the following file: