GLFW
3.0.2
A multi-platform library for OpenGL, window and input
|
Video mode type. More...
Data Fields | |
int | width |
int | height |
int | redBits |
int | greenBits |
int | blueBits |
int | refreshRate |
This describes a single video mode.
int GLFWvidmode::blueBits |
The bit depth of the blue channel of the video mode.
int GLFWvidmode::greenBits |
The bit depth of the green channel of the video mode.
int GLFWvidmode::height |
The height, in screen coordinates, of the video mode.
int GLFWvidmode::redBits |
The bit depth of the red channel of the video mode.
int GLFWvidmode::refreshRate |
The refresh rate, in Hz, of the video mode.
int GLFWvidmode::width |
The width, in screen coordinates, of the video mode.