MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / reset

Method reset

framework/platform/configuration.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void Configuration::reset()
96{
97 current_configuration = configs.begin();
98}
99
100void Configuration::insert_setting(uint32_t config_index, std::unique_ptr<Setting> setting)
101{

Callers 1

terminateMethod · 0.45

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected