MXVK Vulkan Framework 0.24.0
C++20 Vulkan rendering framework for practical 2D and 3D application development with SDL3.
Loading...
Searching...
No Matches
FramebufferDimensions Struct Reference

Parsed software framebuffer dimensions. More...

#include <mxvk/include/mxvk/argz.hpp>

Public Attributes

int height = 720
 Software framebuffer height in pixels.
int width = 1280
 Software framebuffer width in pixels.

Detailed Description

Parsed software framebuffer dimensions.

Definition at line 721 of file argz.hpp.

Member Data Documentation

◆ height

int FramebufferDimensions::height = 720

Software framebuffer height in pixels.

Definition at line 723 of file argz.hpp.

◆ width

int FramebufferDimensions::width = 1280

Software framebuffer width in pixels.

Definition at line 722 of file argz.hpp.


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