Video mode type.
More...
#include <glfw3.h>
Video mode type.
This describes a single video mode.
- See also
- Video modes
-
glfwGetVideoMode
-
glfwGetVideoModes
- Since
- Added in version 1.0. Added refresh rate member.
Definition at line 1525 of file glfw3.h.
int GLFWvidmode::blueBits |
The bit depth of the blue channel of the video mode.
Definition at line 1541 of file glfw3.h.
int GLFWvidmode::greenBits |
The bit depth of the green channel of the video mode.
Definition at line 1538 of file glfw3.h.
The height, in screen coordinates, of the video mode.
Definition at line 1532 of file glfw3.h.
The bit depth of the red channel of the video mode.
Definition at line 1535 of file glfw3.h.
int GLFWvidmode::refreshRate |
The refresh rate, in Hz, of the video mode.
Definition at line 1544 of file glfw3.h.
The width, in screen coordinates, of the video mode.
Definition at line 1529 of file glfw3.h.
The documentation for this struct was generated from the following file: