Atlas usage statistics. More...
#include <atlas_renderer.h>
Public Member Functions | |
AtlasStats () | |
Public Attributes | |
int | total_atlases |
int | total_entries |
int | used_entries |
size_t | total_memory |
size_t | used_memory |
float | utilization_percent |
Atlas usage statistics.
Definition at line 36 of file atlas_renderer.h.
|
inline |
Definition at line 44 of file atlas_renderer.h.
int yaze::gfx::AtlasStats::total_atlases |
Definition at line 37 of file atlas_renderer.h.
Referenced by yaze::gfx::AtlasRenderer::GetStats().
int yaze::gfx::AtlasStats::total_entries |
Definition at line 38 of file atlas_renderer.h.
Referenced by yaze::gfx::AtlasRenderer::GetStats().
int yaze::gfx::AtlasStats::used_entries |
Definition at line 39 of file atlas_renderer.h.
Referenced by yaze::gfx::AtlasRenderer::GetStats().
size_t yaze::gfx::AtlasStats::total_memory |
Definition at line 40 of file atlas_renderer.h.
Referenced by yaze::gfx::AtlasRenderer::GetStats().
size_t yaze::gfx::AtlasStats::used_memory |
Definition at line 41 of file atlas_renderer.h.
float yaze::gfx::AtlasStats::utilization_percent |
Definition at line 42 of file atlas_renderer.h.
Referenced by yaze::gfx::AtlasRenderer::GetStats().