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

Function reset_graph_max_value

framework/gui.h:47–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45{
46inline void reset_graph_max_value(StatGraphData &graph_data)
47{
48 // If it does not have a fixed max
49 if (!graph_data.has_fixed_max)
50 {
51 // Reset it
52 graph_data.max_value = 0.0f;
53 }
54}
55} // namespace
56
57/**
58 * @brief Helper structure for fonts loaded from TTF

Callers 2

reset_max_valueMethod · 0.85
reset_max_valuesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected