Lugdunum  0.1.0
Public Attributes | List of all members
lug::Window::VideoMode Struct Reference

The video mode we set for the window we wish to create. More...

#include <Window.hpp>

Collaboration diagram for lug::Window::VideoMode:
[legend]

Public Attributes

uint16_t width
 
uint16_t height
 
uint8_t redBits
 
uint8_t greenBits
 
uint8_t blueBits
 
uint16_t refreshRate
 

Detailed Description

The video mode we set for the window we wish to create.

Definition at line 32 of file Window.hpp.

Member Data Documentation

◆ width

uint16_t lug::Window::VideoMode::width

Definition at line 33 of file Window.hpp.

◆ height

uint16_t lug::Window::VideoMode::height

Definition at line 34 of file Window.hpp.

◆ redBits

uint8_t lug::Window::VideoMode::redBits

Definition at line 35 of file Window.hpp.

◆ greenBits

uint8_t lug::Window::VideoMode::greenBits

Definition at line 36 of file Window.hpp.

◆ blueBits

uint8_t lug::Window::VideoMode::blueBits

Definition at line 37 of file Window.hpp.

◆ refreshRate

uint16_t lug::Window::VideoMode::refreshRate

Definition at line 38 of file Window.hpp.


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