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

Method Load

vkconfig_core/setting_group.cpp:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36bool SettingMetaGroup::Load(const QJsonObject& json_setting) {
37 (void)json_setting;
38
39 return true;
40}
41
42std::string SettingMetaGroup::Export(ExportMode export_mode) const {
43 (void)export_mode;

Callers

nothing calls this directly

Calls 1

ReadBoolValueFunction · 0.85

Tested by

no test coverage detected