yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::gfx::AtlasStats Struct Reference

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
 

Detailed Description

Atlas usage statistics.

Definition at line 36 of file atlas_renderer.h.

Constructor & Destructor Documentation

◆ AtlasStats()

yaze::gfx::AtlasStats::AtlasStats ( )
inline

Definition at line 44 of file atlas_renderer.h.

Member Data Documentation

◆ total_atlases

int yaze::gfx::AtlasStats::total_atlases

Definition at line 37 of file atlas_renderer.h.

Referenced by yaze::gfx::AtlasRenderer::GetStats().

◆ total_entries

int yaze::gfx::AtlasStats::total_entries

Definition at line 38 of file atlas_renderer.h.

Referenced by yaze::gfx::AtlasRenderer::GetStats().

◆ used_entries

int yaze::gfx::AtlasStats::used_entries

Definition at line 39 of file atlas_renderer.h.

Referenced by yaze::gfx::AtlasRenderer::GetStats().

◆ total_memory

size_t yaze::gfx::AtlasStats::total_memory

Definition at line 40 of file atlas_renderer.h.

Referenced by yaze::gfx::AtlasRenderer::GetStats().

◆ used_memory

size_t yaze::gfx::AtlasStats::used_memory

Definition at line 41 of file atlas_renderer.h.

◆ utilization_percent

float yaze::gfx::AtlasStats::utilization_percent

Definition at line 42 of file atlas_renderer.h.

Referenced by yaze::gfx::AtlasRenderer::GetStats().


The documentation for this struct was generated from the following file: