MCPcopy Create free account
hub / github.com/LunarG/VulkanTools / SettingDataBool

Method SettingDataBool

vkconfig_core/setting_bool.cpp:58–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56// SettingDataBool
57
58SettingDataBool::SettingDataBool(const SettingMetaBool* meta)
59 : SettingData(meta->key, meta->type), value(meta->default_value), meta(meta) {}
60
61void SettingDataBool::Reset() { this->value = this->meta->default_value; }
62

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected