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

Method SettingDataFloat

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

Source from the content-addressed store, hash-verified

85// SettingDataFloat
86
87SettingDataFloat::SettingDataFloat(const SettingMetaFloat* meta) : SettingData(meta->key, meta->type), value(0.0f), meta(meta) {}
88
89void SettingDataFloat::Reset() {
90 assert(this->meta != nullptr);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected