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

Method SettingMetaBoolNumeric

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

Source from the content-addressed store, hash-verified

102const SettingType SettingMetaBoolNumeric::TYPE(SETTING_BOOL_NUMERIC_DEPRECATED);
103
104SettingMetaBoolNumeric::SettingMetaBoolNumeric(Layer& layer, const std::string& key) : SettingMetaBool(layer, key, TYPE) {}
105
106SettingData* SettingMetaBoolNumeric::Instantiate() { return new SettingDataBoolNumeric(this); }
107

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected