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

Function GetCodeData

vkconfig_core/vulkan_util.cpp:455–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453}
454
455std::string GetCodeData(const std::string &layer_key) { return TrimVendor(layer_key); }
456
457std::string GetSettingValueName(const std::string &layer_key, const std::string &setting_key, const std::string &value_key) {
458 std::string layer = ::ToUpperCase(::GetCodeData(layer_key));

Callers 2

GenerateSettingsCodeFunction · 0.85
GetSettingValueNameFunction · 0.85

Calls 1

TrimVendorFunction · 0.85

Tested by

no test coverage detected