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

Method reset_max_values

framework/gui.h:1551–1555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1549template <vkb::BindingType bindingType>
1550inline void Gui<bindingType>::StatsView::reset_max_values()
1551{
1552 // For every entry in the map
1553 std::ranges::for_each(graph_map, [](auto &pr) { reset_graph_max_value(pr.second); });
1554}
1555
1556} // namespace vkb

Callers 1

show_top_windowMethod · 0.80

Calls 1

reset_graph_max_valueFunction · 0.85

Tested by

no test coverage detected