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

Method SettingMetaFileLoad

vkconfig_core/setting_filesystem.cpp:131–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129const SettingType SettingMetaFileLoad::TYPE(SETTING_LOAD_FILE);
130
131SettingMetaFileLoad::SettingMetaFileLoad(Layer& layer, const std::string& key) : SettingMetaFilesystem(layer, key, TYPE) {}
132
133SettingData* SettingMetaFileLoad::Instantiate() {
134 SettingData* setting_data = new SettingDataFileLoad(this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected