Final Platform Layer 0.9.8-beta
Loading...
Searching...
No Matches
Data Fields
fplVideoSurfaceVulkan Struct Reference

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)
 

Detailed Description

Stores the surface properties for the Vulkan video backend.

Definition at line 6618 of file final_platform_layer.h.

Field Documentation

◆ instance

void* fplVideoSurfaceVulkan::instance

The Vulkan Instance (VkInstance)

Definition at line 6620 of file final_platform_layer.h.

◆ surfaceKHR

void* fplVideoSurfaceVulkan::surfaceKHR

The Vulkan Surface KHR (VkSurfaceKHR)

Definition at line 6622 of file final_platform_layer.h.


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