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

Method reset_max_value

framework/gui.h:1541–1548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1539template <vkb::BindingType bindingType>
1540inline void Gui<bindingType>::StatsView::reset_max_value(const StatIndex index)
1541{
1542 auto pr = graph_map.find(index);
1543 if (pr != graph_map.end())
1544 {
1545 reset_graph_max_value(pr->second);
1546 }
1547}
1548
1549template <vkb::BindingType bindingType>
1550inline void Gui<bindingType>::StatsView::reset_max_values()
1551{

Callers 1

reset_stats_viewMethod · 0.80

Calls 2

reset_graph_max_valueFunction · 0.85
endMethod · 0.80

Tested by

no test coverage detected