|
Unravel Engine C++ Reference
|
Typedefs | |
| using | sample_data = unravel::sample_data |
Functions | |
| 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 |
Definition at line 9 of file profiler_statistics_utils.h.
| auto unravel::profiler_statistics_utils::draw_progress_bar | ( | float | width, |
| float | max_width, | ||
| float | height, | ||
| const ImVec4 & | color ) -> bool |
Definition at line 13 of file profiler_statistics_utils.cpp.
| 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 |
Definition at line 43 of file profiler_statistics_utils.cpp.