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

Method SettingDataBoolNumeric

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

Source from the content-addressed store, hash-verified

113// SettingDataBoolNumeric
114
115SettingDataBoolNumeric::SettingDataBoolNumeric(const SettingMetaBoolNumeric* meta) : SettingDataBool(meta) {}
116
117std::string SettingDataBoolNumeric::Export(ExportMode export_mode) const {
118 (void)export_mode;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected