Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
95
void Configuration::reset()
96
{
97
current_configuration = configs.begin();
98
}
99
100
void Configuration::insert_setting(uint32_t config_index, std::unique_ptr<Setting> setting)
101
{
Callers
1
terminate
Method · 0.45
Calls
1
begin
Method · 0.45
Tested by
no test coverage detected