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

Method SetExecutableScope

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

Source from the content-addressed store, hash-verified

1557ExecutableScope Configurator::GetExecutableScope() const { return this->executable_scope; }
1558
1559void Configurator::SetExecutableScope(ExecutableScope scope) {
1560 assert(scope >= EXECUTABLE_SCOPE_FIRST && scope <= EXECUTABLE_SCOPE_LAST);
1561 this->executable_scope = scope;
1562}
1563
1564bool Configurator::GetUseSystemTray() const { return this->use_system_tray; }
1565

Calls

no outgoing calls

Tested by

no test coverage detected