Skip to content

fplVideoRequirements Union Reference

Finalspace edited this page May 29, 2026 · 1 revision

Stores the video requirements for the desired video backend. More...

#include <final_platform_layer.h>

Data Fields

Type Name
int dummy
Padding field that prevents the union from being empty.
fplVideoRequirementsVulkan vulkan
The requirements for Vulkan backend.

Detailed Description

Stores the video requirements for the desired video backend.

Definition at line 10358 of file final_platform_layer.h.

Field Documentation

dummy

int fplVideoRequirements::dummy

Padding field that prevents the union from being empty.

Definition at line 10364 of file final_platform_layer.h.

vulkan

fplVideoRequirementsVulkan fplVideoRequirements::vulkan

The requirements for Vulkan backend.

Definition at line 10361 of file final_platform_layer.h.


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

Final Platform Layer

Pages

Topics

Data Structures

Clone this wiki locally