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_cfg.hpp File Reference

INI-style configuration file reader/writer. More...

#include <fstream>
#include <iostream>
#include <string>
#include <unordered_map>
#include <vector>

Go to the source code of this file.

Classes

class  mxvk::VK_Config
 Parses and manages an INI-style configuration file. More...
class  mxvk::VK_ConfigItem
 A single key/value pair read from a configuration file. More...

Namespaces

namespace  mxvk
 Utilities for loading and saving PNG images.

Typedefs

using mxvk::ConfigFile = VK_Config
using mxvk::Item = VK_ConfigItem

Detailed Description

INI-style configuration file reader/writer.

VK_Config parses simple section/key/value configuration files and provides random-access retrieval and modification of settings.

Definition in file mxvk_cfg.hpp.