|
nCine 2025.12.r529-30f7d03
A cross-platform 2D game engine
|
A structure representing a video mode supported by a monitor. More...
#include <IGfxDevice.h>
Public Member Functions | |
| bool | operator== (const VideoMode &mode) const |
| bool | operator!= (const VideoMode &mode) const |
Public Attributes | |
| unsigned int | width |
| unsigned int | height |
| float | refreshRate |
| unsigned char | redBits |
| unsigned char | greenBits |
| unsigned char | blueBits |
A structure representing a video mode supported by a monitor.