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

Method GetAllEnabledExecutableBehavior

vkconfig_core/configurator.cpp:1568–1568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1566void Configurator::SetUseSystemTray(bool enabled) { this->use_system_tray = enabled; }
1567
1568ExecutableAllEnabledBehavior Configurator::GetAllEnabledExecutableBehavior() const { return this->executable_behavior; }
1569
1570void Configurator::SetAllEnabledExecutableBehavior(ExecutableAllEnabledBehavior behavior) { this->executable_behavior = behavior; }
1571

Callers 3

SurrenderMethod · 0.95
UpdateUIMethod · 0.80
GenerateSettingsTXTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected