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

Method SetAllEnabledExecutableBehavior

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

Source from the content-addressed store, hash-verified

1568ExecutableAllEnabledBehavior Configurator::GetAllEnabledExecutableBehavior() const { return this->executable_behavior; }
1569
1570void Configurator::SetAllEnabledExecutableBehavior(ExecutableAllEnabledBehavior behavior) { this->executable_behavior = behavior; }
1571
1572bool Configurator::GetUseLayerDebugMode() const { return this->use_layer_debug_mode; }
1573

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected