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

Method SettingDataFrames

vkconfig_core/setting_frames.cpp:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30// SettingDataFrames
31
32SettingDataFrames::SettingDataFrames(const SettingMetaFrames* meta) : SettingDataString(meta), meta(meta) {}
33
34bool SettingDataFrames::IsValid() const { return IsFrames(this->value) || this->value.empty(); }
35

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected