|
Final Platform Layer 1.0.0
|
Stores video settings such as backend, v-sync, API-settings, etc. More...
#include <final_platform_layer.h>
Data Fields | |
| 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! | |
Stores video settings such as backend, v-sync, API-settings, etc.
Definition at line 6002 of file final_platform_layer.h.
| fplVideoBackendType fplVideoSettings::backend |
Video backend type.
Definition at line 6006 of file final_platform_layer.h.
| fplGraphicsApiSettings fplVideoSettings::graphics |
Graphics API settings.
Definition at line 6004 of file final_platform_layer.h.
| fpl_b32 fplVideoSettings::isAutoSize |
Is backbuffer automatically resized. Usable only for software rendering!
Definition at line 6010 of file final_platform_layer.h.
| fpl_b32 fplVideoSettings::isVSync |
Is vertical synchronization enabled. Usable only for hardware rendering!
Definition at line 6008 of file final_platform_layer.h.