|
Final Platform Layer 1.0.0
|
Stores the surface properties for the Vulkan video backend. More...
#include <final_platform_layer.h>
Data Fields | |
| void * | instance |
| The Vulkan Instance (VkInstance). | |
| void * | surfaceKHR |
| The Vulkan Surface KHR (VkSurfaceKHR). | |
Stores the surface properties for the Vulkan video backend.
Definition at line 10256 of file final_platform_layer.h.
| void* fplVideoSurfaceVulkan::instance |
The Vulkan Instance (VkInstance).
Definition at line 10258 of file final_platform_layer.h.
| void* fplVideoSurfaceVulkan::surfaceKHR |
The Vulkan Surface KHR (VkSurfaceKHR).
Definition at line 10260 of file final_platform_layer.h.