|
Final Platform Layer 1.0.0
|
Stores the video requirements for the desired video backend. More...
#include <final_platform_layer.h>
Data Fields | |
| int | dummy |
| Padding field that prevents the union from being empty. | |
| fplVideoRequirementsVulkan | vulkan |
| The requirements for Vulkan backend. | |
Stores the video requirements for the desired video backend.
Definition at line 10358 of file final_platform_layer.h.
| int fplVideoRequirements::dummy |
Padding field that prevents the union from being empty.
Definition at line 10364 of file final_platform_layer.h.
| fplVideoRequirementsVulkan fplVideoRequirements::vulkan |
The requirements for Vulkan backend.
Definition at line 10361 of file final_platform_layer.h.