Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::profiler_statistics_utils Namespace 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
 

Typedef Documentation

◆ sample_data

Function Documentation

◆ draw_progress_bar()

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.

◆ draw_resource_bar()

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.