Unravel Engine C++ Reference
Loading...
Searching...
No Matches
profiler_statistics_utils.cpp File Reference
#include "profiler_statistics_utils.h"
#include <algorithm>

Go to the source code of this file.

Namespaces

namespace  unravel
 
namespace  unravel::profiler_statistics_utils
 

Functions

auto unravel::profiler_statistics_utils::draw_progress_bar (float width, float max_width, float height, const ImVec4 &color) -> bool
 
auto unravel::profiler_statistics_utils::draw_resource_bar (const char *name, const char *tooltip, uint32_t current_value, uint32_t max_value, float max_width, float height) -> void