|
Unravel Engine C++ Reference
|
#include <editor/imgui/integration/imgui.h>#include <base/basetypes.hpp>#include <engine/profiler/profiler.h>Go to the source code of this file.
Namespaces | |
| namespace | unravel |
| namespace | unravel::profiler_statistics_utils |
Typedefs | |
| using | unravel::profiler_statistics_utils::sample_data = unravel::sample_data |
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 |