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

Method Save

vkconfig_core/setting_float.cpp:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109bool SettingDataFloat::Save(QJsonObject& json_setting) const {
110 json_setting.insert("value", this->value);
111 json_setting.insert("expanded", this->expanded);
112 return true;
113}
114
115std::string SettingDataFloat::Export(ExportMode export_mode) const {
116 const std::string float_format = this->meta->GetFloatFormat();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected