VideoMode#
Fully qualified name: carb::windowing::VideoMode
Defined in carb/windowing/IWindowing.h
-
struct VideoMode#
Describes a video mode.
Public Members
-
int width#
The width, in screen coordinates, of the video mode.
-
int height#
The height, in screen coordinates, of the video mode.
-
int redBits#
The bit depth of the red channel of the video mode.
-
int greenBits#
The bit depth of the green channel of the video mode.
-
int blueBits#
The bit depth of the blue channel of the video mode.
-
int refreshRate#
The refresh rate, in Hz, of the video mode.
-
int width#