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

Method SetUseLayerDebugMode

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

Source from the content-addressed store, hash-verified

1572bool Configurator::GetUseLayerDebugMode() const { return this->use_layer_debug_mode; }
1573
1574void Configurator::SetUseLayerDebugMode(bool enabled) { this->use_layer_debug_mode = enabled; }
1575
1576bool Configurator::GetUseNotifyReleases() const { return this->use_notify_releases; }
1577

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected