Files | |
| main.cpp | |
Config Example is a tiny smoke test for mxvk::VK_Config. It reads a persisted value from test.dat, increments it, prints the new count, and writes it back.
The sample opens a config file, looks up global.key, converts the stored string to an integer, increments it, and saves the updated value. It is a quick way to verify that config persistence works in the current environment.