Lugdunum
0.1.0
|
The video mode we set for the window we wish to create. More...
#include <Window.hpp>
Public Attributes | |
uint16_t | width |
uint16_t | height |
uint8_t | redBits |
uint8_t | greenBits |
uint8_t | blueBits |
uint16_t | refreshRate |
The video mode we set for the window we wish to create.
Definition at line 32 of file Window.hpp.
uint16_t lug::Window::VideoMode::width |
Definition at line 33 of file Window.hpp.
uint16_t lug::Window::VideoMode::height |
Definition at line 34 of file Window.hpp.
uint8_t lug::Window::VideoMode::redBits |
Definition at line 35 of file Window.hpp.
uint8_t lug::Window::VideoMode::greenBits |
Definition at line 36 of file Window.hpp.
uint8_t lug::Window::VideoMode::blueBits |
Definition at line 37 of file Window.hpp.
uint16_t lug::Window::VideoMode::refreshRate |
Definition at line 38 of file Window.hpp.