Unravel Engine C++ Reference
Loading...
Searching...
No Matches
profiler_statistics_utils.h
Go to the documentation of this file.
1#pragma once
3#include <base/basetypes.hpp>
5
7{
8
10
11auto draw_progress_bar(float width, float max_width, float height, const ImVec4& color) -> bool;
12
13auto draw_resource_bar(const char* name,
14 const char* tooltip,
15 uint32_t current_value,
16 uint32_t max_value,
17 float max_width,
18 float height) -> void;
19
20} // namespace unravel::profiler_statistics_utils
uint32_t width
uint32_t height
std::string name
Definition hub.cpp:33
const char * tooltip
auto draw_progress_bar(float width, float max_width, float height, const ImVec4 &color) -> bool
auto draw_resource_bar(const char *name, const char *tooltip, uint32_t current_value, uint32_t max_value, float max_width, float height) -> void
std::vector< math::color > color