MCPcopy Create free account
hub / github.com/aliasIsolation/aliasIsolation / Settings

Class Settings

src/dll/settings.h:3–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#pragma once
2
3struct Settings
4{
5 float sharpening = 0.6f;
6 bool sharpeningEnabled = true;
7 float chromaticAberration = 0.5f;
8 bool chromaticAberrationEnabled = true;
9};
10
11void setSettingsFilePath(const char*);
12bool loadSettings(Settings*);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected