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

Function IsInfoStringArrayRequired

vkconfig_core/setting.h:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63enum { SETTING_COUNT = SETTING_LAST - SETTING_FIRST + 1 };
64
65inline bool IsInfoStringArrayRequired(SettingType type) { return type == SETTING_LIST || type == SETTING_FLAGS; }
66
67inline bool IsInfoStringRequired(SettingType type) {
68 return type != SETTING_INT && type != SETTING_FLOAT && type != SETTING_GROUP && type != SETTING_BOOL &&

Callers 1

GenerateSettingsCodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected