![]() |
XII Release 0.1.0
|
This describes the graphics device creation description. More...
#include <Descriptors.h>
Public Member Functions | |
XII_DECLARE_POD_TYPE () | |
![]() | |
xiiHashableStruct (const xiiHashableStruct< xiiGALDeviceCreationDescription > &other) | |
void | operator= (const xiiHashableStruct< xiiGALDeviceCreationDescription > &other) |
XII_ALWAYS_INLINE constexpr bool | operator== (const xiiHashableStruct< xiiGALDeviceCreationDescription > &rhs) const=default |
xiiUInt32 | CalculateHash () const |
Calculates the 32 bit hash of the struct and returns it. | |
Public Attributes | |
xiiEnum< xiiGALGraphicsDeviceType > | m_GraphicsDeviceType = xiiGALGraphicsDeviceType::Undefined |
xiiEnum< xiiGALDeviceAdapterType > | m_AdapterType = xiiGALDeviceAdapterType::Unknown |
xiiEnum< xiiGALDeviceValidationLevel > | m_ValidationLevel = xiiGALDeviceValidationLevel::Standard |
xiiUInt32 | m_uiAdapterID = XII_GAL_DEFAULT_ADAPTER_ID |
xiiGALDeviceFeatures | m_DeviceFeatures |
xiiGALNormalizedDeviceCoordinates | m_DeviceNormalizedCoordinates |
This describes the graphics device creation description.