LLGL 0.05 Beta
Loading...
Searching...
No Matches
LLGL::DisplayMode Struct Reference

Display mode structure. More...

#include <DisplayFlags.h>

Public Attributes

Extent2D resolution
 Display resolution (in pixels).
std::uint32_t refreshRate = 0
 Display refresh rate (in Hz).

Detailed Description

Display mode structure.

Remarks
Contains the properties of a display such as resolution and refresh rate.
See also
Display::SetDisplayMode

Member Data Documentation

◆ refreshRate

std::uint32_t LLGL::DisplayMode::refreshRate = 0

Display refresh rate (in Hz).

◆ resolution

Extent2D LLGL::DisplayMode::resolution

Display resolution (in pixels).


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