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

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

#include <final_platform_layer.h>

Data Fields

int dummy
 Field for preventing union to be empty.
 
fplVideoSurfaceOpenGL opengl
 The OpenGL surface properties.
 
fplVideoSurfaceVulkan vulkan
 The Vulkan surface properties.
 
fplVideoWindow window
 The video window.
 

Detailed Description

Stores the surface properties for the active video backend.

Definition at line 6670 of file final_platform_layer.h.

Field Documentation

◆ dummy

int fplVideoSurface::dummy

Field for preventing union to be empty.

Definition at line 6685 of file final_platform_layer.h.

◆ opengl

fplVideoSurfaceOpenGL fplVideoSurface::opengl

The OpenGL surface properties.

Definition at line 6681 of file final_platform_layer.h.

◆ vulkan

fplVideoSurfaceVulkan fplVideoSurface::vulkan

The Vulkan surface properties.

Definition at line 6676 of file final_platform_layer.h.

◆ window

fplVideoWindow fplVideoSurface::window

The video window.

Definition at line 6672 of file final_platform_layer.h.


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