nCine  2025.04.r498-9d36345
A cross-platform 2D game engine
Public Member Functions | Public Attributes | List of all members
ncine::IGfxDevice::VideoMode Struct Reference

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
 

Detailed Description

A structure representing a video mode supported by a monitor.


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