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

A single key/value pair read from a configuration file. More...

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

Public Attributes

std::string key
 Configuration key name.
std::string value
 Value associated with the key.

Detailed Description

A single key/value pair read from a configuration file.

Definition at line 22 of file mxvk_cfg.hpp.

Member Data Documentation

◆ key

std::string mxvk::VK_ConfigItem::key

Configuration key name.

Definition at line 24 of file mxvk_cfg.hpp.

◆ value

std::string mxvk::VK_ConfigItem::value

Value associated with the key.

Definition at line 25 of file mxvk_cfg.hpp.


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