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

Method next

framework/platform/configuration.cpp:78–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78bool Configuration::next()
79{
80 if (configs.size() == 0)
81 {
82 return false;
83 }
84
85 current_configuration++;
86
87 if (current_configuration == configs.end())
88 {
89 return false;
90 }
91
92 return true;
93}
94
95void Configuration::reset()
96{

Callers 1

on_updateMethod · 0.80

Calls 2

sizeMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected