Skip to content

fplDisplayMode Struct Reference

Finalspace edited this page May 29, 2026 · 1 revision

A structure containing one set of display mode settings, such as size, refresh rate, etc. More...

#include <final_platform_layer.h>

Data Fields

Type Name
uint32_t colorBits
Color depth in bits per pixel.
uint32_t height
The height in screen coordinates.
uint32_t refreshRate
The refresh rate in Hz.
uint32_t width
The width in screen coordinates.

Detailed Description

A structure containing one set of display mode settings, such as size, refresh rate, etc.

Definition at line 10111 of file final_platform_layer.h.

Field Documentation

colorBits

uint32_t fplDisplayMode::colorBits

Color depth in bits per pixel.

Definition at line 10117 of file final_platform_layer.h.

height

uint32_t fplDisplayMode::height

The height in screen coordinates.

Definition at line 10115 of file final_platform_layer.h.

refreshRate

uint32_t fplDisplayMode::refreshRate

The refresh rate in Hz.

Definition at line 10119 of file final_platform_layer.h.

width

uint32_t fplDisplayMode::width

The width in screen coordinates.

Definition at line 10113 of file final_platform_layer.h.


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

Final Platform Layer

Pages

Topics

Data Structures

Clone this wiki locally