Isle
|
[AI] Represents a display mode with specific resolution and color depth. More...
#include <mxdirectxinfo.h>
Public Member Functions | |
MxDisplayMode () | |
[AI] Default constructor. More... | |
MxDisplayMode (DWORD p_width, DWORD p_height, DWORD p_bitsPerPixel) | |
[AI] Initialize the display mode with width, height, and color depth. More... | |
int | operator== (MxDisplayMode) const |
[AI] Comparison operator placeholder: returns 0, not implemented. More... | |
int | operator< (MxDisplayMode) const |
[AI] Comparison operator placeholder: returns 0, not implemented. More... | |
Public Attributes | |
DWORD | m_width |
[AI] Width in pixels More... | |
DWORD | m_height |
[AI] Height in pixels More... | |
DWORD | m_bitsPerPixel |
[AI] Color depth (bits per pixel) More... | |
[AI] Represents a display mode with specific resolution and color depth.
[AI] Used when enumerating available output modes for a graphics driver.
Definition at line 175 of file mxdirectxinfo.h.
|
inline |
[AI] Default constructor.
Leaves values uninitialized.
Definition at line 179 of file mxdirectxinfo.h.
[AI] Initialize the display mode with width, height, and color depth.
p_width | Width in pixels. [AI] |
p_height | Height in pixels. [AI] |
p_bitsPerPixel | Bits per pixel (color depth). [AI] |
Definition at line 186 of file mxdirectxinfo.h.
|
inline |
[AI] Comparison operator placeholder: returns 0, not implemented.
Definition at line 200 of file mxdirectxinfo.h.
|
inline |
[AI] Comparison operator placeholder: returns 0, not implemented.
Definition at line 196 of file mxdirectxinfo.h.
DWORD MxDisplayMode::m_bitsPerPixel |
[AI] Color depth (bits per pixel)
Definition at line 204 of file mxdirectxinfo.h.
DWORD MxDisplayMode::m_height |
[AI] Height in pixels
Definition at line 203 of file mxdirectxinfo.h.
DWORD MxDisplayMode::m_width |
[AI] Width in pixels
Definition at line 202 of file mxdirectxinfo.h.