Skip to content

fplVideoSettings Struct Reference

Finalspace edited this page May 29, 2026 · 1 revision

Stores video settings such as backend, v-sync, API-settings, etc. More...

#include <final_platform_layer.h>

Data Fields

Type Name
fplVideoBackendType backend
Video backend type.
fplGraphicsApiSettings graphics
Graphics API settings.
fpl_b32 isAutoSize
Is backbuffer automatically resized. Usable only for software rendering!
fpl_b32 isVSync
Is vertical synchronization enabled. Usable only for hardware rendering!

Detailed Description

Stores video settings such as backend, v-sync, API-settings, etc.

Definition at line 6002 of file final_platform_layer.h.

Field Documentation

backend

fplVideoBackendType fplVideoSettings::backend

Video backend type.

Definition at line 6006 of file final_platform_layer.h.

graphics

fplGraphicsApiSettings fplVideoSettings::graphics

Graphics API settings.

Definition at line 6004 of file final_platform_layer.h.

isAutoSize

fpl_b32 fplVideoSettings::isAutoSize

Is backbuffer automatically resized. Usable only for software rendering!

Definition at line 6010 of file final_platform_layer.h.

isVSync

fpl_b32 fplVideoSettings::isVSync

Is vertical synchronization enabled. Usable only for hardware rendering!

Definition at line 6008 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