Skip to content

fplVideoSurfaceVulkan Struct Reference

Finalspace edited this page May 29, 2026 · 1 revision

Stores the surface properties for the Vulkan video backend. More...

#include <final_platform_layer.h>

Data Fields

Type Name
void * instance
The Vulkan Instance (VkInstance).
void * surfaceKHR
The Vulkan Surface KHR (VkSurfaceKHR).

Detailed Description

Stores the surface properties for the Vulkan video backend.

Definition at line 10256 of file final_platform_layer.h.

Field Documentation

instance

void* fplVideoSurfaceVulkan::instance

The Vulkan Instance (VkInstance).

Definition at line 10258 of file final_platform_layer.h.

surfaceKHR

void* fplVideoSurfaceVulkan::surfaceKHR

The Vulkan Surface KHR (VkSurfaceKHR).

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